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

Packages that use PlugInDTO
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 PlugInDTO in org.geotools.validation.dto
 

Methods in org.geotools.validation.dto that return PlugInDTO
 PlugInDTO TestDTO.getPlugIn()
          Access plugIn property.
 

Methods in org.geotools.validation.dto with parameters of type PlugInDTO
 void TestDTO.setPlugIn(PlugInDTO plugIn)
          Set plugIn to plugIn.
 

Constructors in org.geotools.validation.dto with parameters of type PlugInDTO
PlugInDTO(PlugInDTO pi)
          PlugInDTO constructor.
 

Uses of PlugInDTO in org.geotools.validation.xml
 

Methods in org.geotools.validation.xml that return PlugInDTO
static PlugInDTO XMLReader.readPlugIn(java.io.Reader inputSource)
          readPlugIn purpose.
 

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



Copyright © GeoTools. All Rights Reserved.