Package org.opengis.metadata
Interface FeatureTypeList
-
@UML(identifier="MD_FeatureTypeList", specification=ISO_19115) public interface FeatureTypeList
List of names of feature types with the same spatial representation (same as spatial attributes).- Since:
- 2.0
- Version:
- 3.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getSpatialObject()
Instance of a type defined in the spatial schema.java.lang.String
getSpatialSchemaName()
Name of the spatial schema used.
-
-
-
Method Detail
-
getSpatialObject
@UML(identifier="spatialObject", obligation=MANDATORY, specification=ISO_19115) java.lang.String getSpatialObject()
Instance of a type defined in the spatial schema.- Returns:
- Instance of a type defined in the spatial schema.
-
getSpatialSchemaName
@UML(identifier="spatialSchemaName", obligation=MANDATORY, specification=ISO_19115) java.lang.String getSpatialSchemaName()
Name of the spatial schema used.- Returns:
- Name of the spatial schema used.
-
-