Uses of Interface
org.opengis.feature.type.FeatureType
Packages that use FeatureType
Package
Description
Information about the frequency and scope of data updates.
-
Uses of FeatureType in org.apache.sis.metadata.iso.maintenance
Classes in org.apache.sis.metadata.iso.maintenance that implement FeatureTypeModifier and TypeClassDescriptionfinal classDeprecated.To be removed after migration to GeoAPI 4.0.Methods in org.apache.sis.metadata.iso.maintenance that return types with arguments of type FeatureTypeModifier and TypeMethodDescriptionDefaultScopeDescription.getFeatureInstances()Returns the feature instances to which the information applies.DefaultScopeDescription.getFeatures()Returns the feature types to which the information applies.Method parameters in org.apache.sis.metadata.iso.maintenance with type arguments of type FeatureTypeModifier and TypeMethodDescriptionvoidDefaultScopeDescription.setFeatureInstances(Set<? extends FeatureType> newValues) Sets the feature instances to which the information applies.voidDefaultScopeDescription.setFeatures(Set<? extends FeatureType> newValues) Sets the feature types to which the information applies. -
Uses of FeatureType in org.opengis.metadata.maintenance
Methods in org.opengis.metadata.maintenance that return types with arguments of type FeatureTypeModifier and TypeMethodDescriptionSet<? extends FeatureType> ScopeDescription.getFeatureInstances()Feature instances to which the information applies.Set<? extends FeatureType> ScopeDescription.getFeatures()Features to which the information applies.