Uses of Interface
org.opengis.feature.PropertyType
Packages that use PropertyType
Package
Description
Defines the structure and content of views of real-world phenomenon.
-
Uses of PropertyType in org.opengis.feature
Subinterfaces of PropertyType in org.opengis.featureModifier and TypeInterfaceDescriptioninterface
Definition of an attribute in a feature type.interface
Definition of a dynamic attribute in a moving feature type.interface
Indicates the role played by the association between two features.interface
Describes the behaviour of a feature type as a function or a method.Methods in org.opengis.feature that return PropertyTypeModifier and TypeMethodDescriptionFeatureType.getProperty
(String name) Returns the attribute, operation or association role for the given name.Methods in org.opengis.feature that return types with arguments of type PropertyTypeModifier and TypeMethodDescriptionCollection
<? extends PropertyType> FeatureType.getProperties
(boolean includeSuperTypes) Returns any feature operation, any feature attribute type and any feature association role that carries characteristics of a feature type.