Class TLcdKML22SchemaProvider

java.lang.Object
com.luciad.format.kml22.util.TLcdKML22SchemaProvider

public class TLcdKML22SchemaProvider extends Object

A class used to retrieve schemas in the KML files

Since:
10.0
  • Method Details

    • retrieveSchema

      public TLcdKML22Schema retrieveSchema(TLcdKML22AbstractFeature aAbstractFeature, String aSchemaURL)
      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 schema
      aSchemaURL - A SchemaURL which points to the schema.
      Returns:
      A TLcdKML22Schema that represents a schema, or null if the schema was not found.