Uses of Class
org.geotools.validation.dto.TestSuiteDTO

Packages that use TestSuiteDTO
org.geotools.validation.dto Data Transfer Objects for use with the ValidationProcessor.  
org.geotools.validation.xml This package contains the functionality required to read and write XML versions of the org.geotools.validation.dto classes.  
 

Uses of TestSuiteDTO in org.geotools.validation.dto
 

Constructors in org.geotools.validation.dto with parameters of type TestSuiteDTO
TestSuiteDTO(TestSuiteDTO ts)
          TestSuiteConfig constructor.
 

Uses of TestSuiteDTO in org.geotools.validation.xml
 

Methods in org.geotools.validation.xml that return TestSuiteDTO
static TestSuiteDTO XMLReader.readTestSuite(java.lang.String name, java.io.Reader inputSource, java.util.Map plugIns)
          readTestSuiteDTO purpose.
 

Methods in org.geotools.validation.xml with parameters of type TestSuiteDTO
static void XMLWriter.writeTestSuite(TestSuiteDTO dto, java.io.Writer w)
           
 



Copyright © GeoTools. All Rights Reserved.