Uses of Enum Class
org.opengis.cite.cat20.dgiwg10.util.OutputSchema
Packages that use OutputSchema
Package
Description
This package includes miscellaneous utility classes to support testing.
-
Uses of OutputSchema in org.opengis.cite.cat20.dgiwg10.util
Methods in org.opengis.cite.cat20.dgiwg10.util that return OutputSchemaModifier and TypeMethodDescriptionstatic OutputSchemaReturns the enum constant of this class with the specified name.static OutputSchema[]OutputSchema.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of OutputSchema in org.opengis.cite.cat20.dgiwg10.xml
Methods in org.opengis.cite.cat20.dgiwg10.xml with parameters of type OutputSchemaModifier and TypeMethodDescriptionFilterCreator.createAnyTextFilter(OutputSchema outputSchema, String propertyValue) Creates an PropertyIsLike filter for 'Title', an existing title is retrieved from the DataSampler.RequestCreator.createGetRecordById(OutputSchema outputSchema, ElementSetName elementSetName, String identifier) RequestCreator.createGetRecordsRequest(OutputSchema outputSchema, ElementSetName elementSetName) RequestCreator.createGetRecordsRequest(OutputSchema outputSchema, ElementSetName elementSetName, Node filter) FilterCreator.createIdentifierFilter(OutputSchema outputSchema, String identifier) Creates an PropertyIsEqualTo filter for 'Identifier', an existing identifier is retrieved from the DataSampler.FilterCreator.createTitleFilter(OutputSchema outputSchema, String title) Creates an PropertyIsEqualTo filter for 'Title', an existing title is retrieved from the DataSampler.