Package com.luciad.ogc.filter.xml
package com.luciad.ogc.filter.xml
Contains classes to support encoding and decoding of XML files containing OGC Filter elements to and from the OGC Filter model.
For decoding a filter from XML, use the TLcdOGCFilterDecoder
class.
For encoding a filter to XML, use the TLcdOGCFilterEncoder
class.
Consult the developer guide for example usages of these classes.
- Since:
- 6.1
-
ClassDescriptionXML Decoder for documents describing OGC filters, structured according to version 1.1.0 and 2.0 of the OGC Filter specification.Implementation of
ILcdXMLSchemaBasedDecoderLibrary
for the OGC Filter 1.1.0 XML Schema.Deprecated.Deprecated.Please update to aTLcdXMLSchemaBasedEncoder
andTLcdOGCFilterEncoderLibrary
or useTLcdOGCFilterEncoder
directly.XML encoder for generating documents describing OGC filters, structured according to version 1.1.0 or 2.0 of the OGC Filter specification.Enumeration to indicate which OGC Filter version to encode to.Implementation ofILcdXMLSchemaBasedEncoderLibrary
for the OGC Filter 1.1.0 XML Schemas.Deprecated.Please update to aTLcdXMLSchemaBasedEncoder
andTLcdOGCFilterEncoderLibrary
or useTLcdOGCFilterEncoder
directly.Deprecated.This class is part of the older filter decoder/encoder.Deprecated.Please update to aTLcdXMLSchemaBasedEncoder
andTLcdOGCFilterEncoderLibrary
or useTLcdOGCFilterEncoder
directly.Deprecated.Please update to aTLcdXMLSchemaBasedEncoder
andTLcdOGCFilterEncoderLibrary
or useTLcdOGCFilterEncoder
directly.
TLcdXMLSchemaBasedEncoder
andTLcdOGCFilterEncoderLibrary
or useTLcdOGCFilterEncoder
directly.