org.opengis.metadata
Interface SpatialAttributeSupplement
- All Known Implementing Classes:
- SpatialAttributeSupplementImpl
@UML(identifier="MD_SpatialAttributeSupplement",
specification=ISO_19115)
public interface SpatialAttributeSupplement
Spatial attributes in the application schema for the feature types.
- Since:
- GeoAPI 2.0
- Author:
- Martin Desruisseaux (IRD)
getFeatureTypeList
@UML(identifier="theFeatureTypeList",
obligation=MANDATORY,
specification=ISO_19115)
Collection<FeatureTypeList> getFeatureTypeList()
- Provides information about the list of feature types with the same spatial representation.
- Returns:
- The list of feature types with the same spatial representation.
Copyright © 1996-2014 Geotools. All Rights Reserved.