Uses of Interface
org.opengis.feature.FeatureType
Packages that use FeatureType
Package
Description
Defines the structure and content of views of real-world phenomenon.
-
Uses of FeatureType in org.opengis.feature
Methods in org.opengis.feature that return FeatureTypeModifier and TypeMethodDescriptionFeature.getType()
Returns information about the feature (name, characteristics, etc.).FeatureAssociationRole.getValueType()
Returns the type of feature values.Methods in org.opengis.feature that return types with arguments of type FeatureTypeModifier and TypeMethodDescriptionSet
<? extends FeatureType> FeatureType.getSuperTypes()
Returns the direct parents of this feature type.Methods in org.opengis.feature with parameters of type FeatureTypeModifier and TypeMethodDescriptionboolean
FeatureType.isAssignableFrom
(FeatureType type) Returnstrue
if this type is same or a super-type of the given type.