Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
PlugInDTO |
TestDTO.getPlugIn()
Access plugIn property.
|
Modifier and Type | Method and Description |
---|---|
void |
TestDTO.setPlugIn(PlugInDTO plugIn)
Set plugIn to plugIn.
|
Constructor and Description |
---|
PlugInDTO(PlugInDTO pi)
PlugInDTO constructor.
|
Modifier and Type | Method and Description |
---|---|
static PlugInDTO |
XMLReader.readPlugIn(Reader inputSource)
readPlugIn purpose.
|
Modifier and Type | Method and Description |
---|---|
static void |
XMLWriter.writePlugIn(PlugInDTO dto,
Writer w) |
Copyright © 1996–2019 Geotools. All rights reserved.