Package com.luciad.ogc.filter.xml
Class TLcdOGCFilterSchemaLocationsMap11
java.lang.Object
com.luciad.format.xml.schema.TLcdXMLSchemaLocationsMap
com.luciad.format.gml3.TLcdGML3SchemaLocationsMap
com.luciad.ogc.filter.xml.TLcdOGCFilterSchemaLocationsMap11
- All Implemented Interfaces:
ILcdXMLSchemaLocationsMap
- Direct Known Subclasses:
TLcdSLDSchemaLocationsMap10
Deprecated.
A schema locations map that contains the default OGC Filter 1.1 and GML
schema locations, included in the LuciadLightspeed distribution. It can still
be extended with application-specific other schema locations.
This class is part of the older filter decoder/encoder. Please upgrade to the
new TLcdXMLEncoder
and
TLcdXMLDecoder
.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionDeprecated.Creates a new schema locations map, initialized with the default locations, included in the LuciadLightspeed distribution. -
Method Summary
Methods inherited from class com.luciad.format.xml.schema.TLcdXMLSchemaLocationsMap
addSchemaLocation, clearSchemaLocations, getLocation, getLocationCount, getNamespaceCount, getNamespaceURI, removeSchemaLocation
-
Field Details
-
OGC_NS
Deprecated.- See Also:
-
-
Constructor Details
-
TLcdOGCFilterSchemaLocationsMap11
public TLcdOGCFilterSchemaLocationsMap11()Deprecated.Creates a new schema locations map, initialized with the default locations, included in the LuciadLightspeed distribution.
-
TLcdXMLSchemaBasedEncoder
andTLcdOGCFilterEncoderLibrary
or useTLcdOGCFilterEncoder
directly.