Class TLcdGML3SchemaLocationsMap

java.lang.Object
com.luciad.format.xml.schema.TLcdXMLSchemaLocationsMap
com.luciad.format.gml3.TLcdGML3SchemaLocationsMap
All Implemented Interfaces:
ILcdXMLSchemaLocationsMap
Direct Known Subclasses:
TLcdOGCFilterSchemaLocationsMap10, TLcdOGCFilterSchemaLocationsMap11

public class TLcdGML3SchemaLocationsMap extends TLcdXMLSchemaLocationsMap
Deprecated.
This class has been deprecated. The GML decoders and encoders in the com.luciad.format.gml3.* packages are replaced by new decoders and encoders in the packages com.luciad.format.gml2.xml, com.luciad.format.gml31.xml and com.luciad.format.gml32.xml.
A schema locations map that contains the default GML and XML schema locations, included in the LuciadLightspeed distribution. It can still be extended with application-specific other schema locations. The following schemas are included:
  • http://www.w3.org/XML/1998/namespace
  • http://www.w3.org/2001/XMLSchema
  • http://www.w3.org/1999/xlink
  • http://www.opengis.net/gml
  • http://www.w3.org/2001/SMIL20/
  • http://www.w3.org/2001/SMIL20/Language
  • Constructor Details

    • TLcdGML3SchemaLocationsMap

      public TLcdGML3SchemaLocationsMap()
      Deprecated.
      Creates a new schema locations map, initialized with the default locations, included in the LuciadLightspeed distribution.