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)

Method Summary
 Collection<FeatureTypeList> getFeatureTypeList()
          Provides information about the list of feature types with the same spatial representation.
 

Method Detail

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.