@Deprecated
@UML(identifier="MD_FeatureTypeList",
specification=ISO_19115,
version=2003)
public interface FeatureTypeList
Deprecated.
Not anymore in ISO 19115.
List of names of feature types with the same spatial representation (same as spatial attributes).
- Since:
- 2.0
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Instance of a type defined in the spatial schema.Deprecated.Name of the spatial schema used.
-
Method Details
-
getSpatialObject
@UML(identifier="spatialObject", obligation=MANDATORY, specification=ISO_19115) String getSpatialObject()Deprecated.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) String getSpatialSchemaName()Deprecated.Name of the spatial schema used.- Returns:
- name of the spatial schema used.
-