Uses of Interface
org.opengis.metadata.FeatureTypeList

Packages that use FeatureTypeList
org.geotools.metadata.iso Metadata implementation. 
org.opengis.metadata Root package for metadata
 

Uses of FeatureTypeList in org.geotools.metadata.iso
 

Classes in org.geotools.metadata.iso that implement FeatureTypeList
 class FeatureTypeListImpl
          List of names of feature types with the same spatial representation (same as spatial attributes).
 

Methods in org.geotools.metadata.iso that return types with arguments of type FeatureTypeList
 Collection<FeatureTypeList> SpatialAttributeSupplementImpl.getFeatureTypeList()
          Provides information about the list of feature types with the same spatial representation.
 

Method parameters in org.geotools.metadata.iso with type arguments of type FeatureTypeList
 void SpatialAttributeSupplementImpl.setFeatureTypeList(Collection<? extends FeatureTypeList> newValues)
          Set information about the list of feature types with the same spatial representation.
 

Constructors in org.geotools.metadata.iso with parameters of type FeatureTypeList
FeatureTypeListImpl(FeatureTypeList source)
          Constructs a metadata entity initialized with the values from the specified metadata.
 

Uses of FeatureTypeList in org.opengis.metadata
 

Methods in org.opengis.metadata that return types with arguments of type FeatureTypeList
 Collection<FeatureTypeList> SpatialAttributeSupplement.getFeatureTypeList()
          Provides information about the list of feature types with the same spatial representation.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.