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 TypeInterfaceDescriptioninterfaceDefinition of an attribute in a feature type.interfaceDefinition of a dynamic attribute in a moving feature type.interfaceIndicates the role played by the association between two features.interfaceDescribes 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.