Package com.luciad.format.kml22.util
Class TLcdKML22SchemaProvider
java.lang.Object
com.luciad.format.kml22.util.TLcdKML22SchemaProvider
A class used to retrieve schemas in the KML files
- Since:
- 10.0
-
Method Summary
Modifier and TypeMethodDescriptionretrieveSchema
(TLcdKML22AbstractFeature aAbstractFeature, String aSchemaURL) Retrieves the schema for a given abstract feature and a schema url.
-
Method Details
-
retrieveSchema
Retrieves the schema for a given abstract feature and a schema url. If the schema url refers to a document that is currently not loaded, it will use the document provider to load the document.- Parameters:
aAbstractFeature
- The abstract feature that needs a schemaaSchemaURL
- A SchemaURL which points to the schema.- Returns:
- A
TLcdKML22Schema
that represents a schema, or null if the schema was not found.
-