Uses of Interface
org.geotools.api.feature.type.PropertyDescriptor
Packages that use PropertyDescriptor
Package
Description
Representation a features on a map.
Feature model ISO 19109 with allowances for usability.
-
Uses of PropertyDescriptor in org.geotools.api.feature
Methods in org.geotools.api.feature that return PropertyDescriptorModifier and TypeMethodDescriptionProperty.getDescriptor()ThePropertyDscriptorof the property, null if this is a top-level value. -
Uses of PropertyDescriptor in org.geotools.api.feature.type
Subinterfaces of PropertyDescriptor in org.geotools.api.feature.typeModifier and TypeInterfaceDescriptioninterfaceDescribes an instance of an Association.interfaceDescribes an instance of an Attribute.interfaceDescribes an instance of a geometry attribute.interfaceAn implementation of an operation that may be invoked on an Attribute.Methods in org.geotools.api.feature.type that return PropertyDescriptorModifier and TypeMethodDescriptionComplexType.getDescriptor(String name) Describe a single property by unqualified name.ComplexType.getDescriptor(Name name) Describe a single property by name.Methods in org.geotools.api.feature.type that return types with arguments of type PropertyDescriptorModifier and TypeMethodDescriptionComplexType.getDescriptors()The property descriptor which compose the complex type.Method parameters in org.geotools.api.feature.type with type arguments of type PropertyDescriptorModifier and TypeMethodDescriptionFeatureTypeFactory.createComplexType(Name name, Collection<PropertyDescriptor> schema, boolean isIdentifiable, boolean isAbstract, List<Filter> restrictions, AttributeType superType, InternationalString description) Creates a complex type.FeatureTypeFactory.createFeatureType(Name name, Collection<PropertyDescriptor> schema, GeometryDescriptor defaultGeometry, boolean isAbstract, List<Filter> restrictions, AttributeType superType, InternationalString description) Creates a feature type. -
Uses of PropertyDescriptor in org.geotools.data.complex.config
Methods in org.geotools.data.complex.config that return PropertyDescriptorMethods in org.geotools.data.complex.config that return types with arguments of type PropertyDescriptorModifier and TypeMethodDescriptionNonFeatureTypeProxy.getDescriptors()NonFeatureTypeProxy.getTypeDescriptors()Return only the schema descriptorsConstructor parameters in org.geotools.data.complex.config with type arguments of type PropertyDescriptorModifierConstructorDescriptionNonFeatureTypeProxy(AttributeType type, FeatureTypeMapping mapping, Collection<PropertyDescriptor> schema) -
Uses of PropertyDescriptor in org.geotools.data.complex.feature.type
Methods in org.geotools.data.complex.feature.type that return PropertyDescriptorModifier and TypeMethodDescriptionComplexTypeProxy.getDescriptor(String name) ComplexTypeProxy.getDescriptor(Name name) Methods in org.geotools.data.complex.feature.type that return types with arguments of type PropertyDescriptorModifier and TypeMethodDescriptionComplexTypeProxy.getDescriptors()ComplexFeatureTypeImpl.getTypeDescriptors()Return all the descriptors that come from the schema, excluding the system descriptors, such as 'FEATURE_LINK', used for linking features.Method parameters in org.geotools.data.complex.feature.type with type arguments of type PropertyDescriptorModifier and TypeMethodDescriptionComplexFeatureTypeFactoryImpl.createFeatureType(Name name, Collection<PropertyDescriptor> schema, GeometryDescriptor defaultGeometry, boolean isAbstract, List<Filter> restrictions, AttributeType superType, InternationalString description) UniqueNameFeatureTypeFactoryImpl.createFeatureType(Name name, Collection<PropertyDescriptor> schema, GeometryDescriptor defaultGeometry, boolean isAbstract, List<Filter> restrictions, AttributeType superType, InternationalString description) Override superclass to returnUniqueNameFeatureTypeImplinstead ofFeatureTypeImpl.Constructor parameters in org.geotools.data.complex.feature.type with type arguments of type PropertyDescriptorModifierConstructorDescriptionComplexFeatureTypeImpl(Name name, Collection<PropertyDescriptor> schema, GeometryDescriptor defaultGeometry, boolean isAbstract, List<Filter> restrictions, AttributeType superType, InternationalString description) Constructor for complex feature type with fake feature type descriptor provided.ComplexFeatureTypeImpl(ComplexFeatureTypeImpl type, Collection<PropertyDescriptor> schema) Create a clone of an existing ComplexFeatureTypeImpl with new schema.UniqueNameFeatureTypeImpl(Name name, Collection<PropertyDescriptor> schema, GeometryDescriptor defaultGeometry, boolean isAbstract, List<Filter> restrictions, AttributeType superType, InternationalString description) -
Uses of PropertyDescriptor in org.geotools.data.complex.feature.xpath
Fields in org.geotools.data.complex.feature.xpath declared as PropertyDescriptorModifier and TypeFieldDescriptionprotected PropertyDescriptorFeatureTypeAttributePointer.descriptordescriptorFields in org.geotools.data.complex.feature.xpath with type parameters of type PropertyDescriptorModifier and TypeFieldDescriptionprotected List<PropertyDescriptor>FeatureTypeAttributeIterator.childrenMethods in org.geotools.data.complex.feature.xpath that return PropertyDescriptorConstructors in org.geotools.data.complex.feature.xpath with parameters of type PropertyDescriptorModifierConstructorDescriptionprotectedDescriptorXmlAttributeNodePointer(NodePointer parent, PropertyDescriptor descriptor, Name name) -
Uses of PropertyDescriptor in org.geotools.data.complex.util
Fields in org.geotools.data.complex.util declared as PropertyDescriptorModifier and TypeFieldDescriptionstatic final PropertyDescriptorComplexFeatureConstants.FEATURE_CHAINING_LINKStatic attribute descriptor used to link different feature types. -
Uses of PropertyDescriptor in org.geotools.data.vpf
Methods in org.geotools.data.vpf that return types with arguments of type PropertyDescriptorModifier and TypeMethodDescriptionVPFFeatureClass.getDescriptors()VPFFeatureType.getDescriptors() -
Uses of PropertyDescriptor in org.geotools.feature
Fields in org.geotools.feature declared as PropertyDescriptorModifier and TypeFieldDescriptionprotected PropertyDescriptorPropertyImpl.descriptordescriptor of the propertyFields in org.geotools.feature with type parameters of type PropertyDescriptorModifier and TypeFieldDescriptionprotected Collection<PropertyDescriptor>TypeBuilder.membersMembers of a collection()Methods in org.geotools.feature that return PropertyDescriptorMethods in org.geotools.feature that return types with arguments of type PropertyDescriptorModifier and TypeMethodDescriptionTypeBuilder.getProperties()Access to properties used by builder.protected Collection<PropertyDescriptor>TypeBuilder.members()Grab member collection as an argument to factory method.protected Collection<PropertyDescriptor>TypeBuilder.properties()Grab property collection as an argument to factory method.Methods in org.geotools.feature with parameters of type PropertyDescriptorModifier and TypeMethodDescriptionTypeBuilder.add(PropertyDescriptor descriptor) Add provided descriptor to the type to be created.static booleanTypeBuilder.contains(Collection collection, PropertyDescriptor descriptor) protected ObjectFeatureBuilder.convert(Object value, PropertyDescriptor descriptor) static intFeatureTypes.getFieldLength(PropertyDescriptor descriptor) This is a 'suitable replacement for extracting the expected field length of an attribute absed on its "facets" (ie Filter describing type restrictions);static List<?>FeatureTypes.getFieldOptions(PropertyDescriptor descriptor) Returns the eventual list of possible values accepted by thisvoidFeatureCollectionIteration.Handler.handleAttribute(PropertyDescriptor type, Object value) The handler is visiting an Attribute of a Feature.voidTypeBuilder.init(PropertyDescriptor descriptor) Method parameters in org.geotools.feature with type arguments of type PropertyDescriptorModifier and TypeMethodDescriptionvoidTypeBuilder.setMembers(Collection<PropertyDescriptor> members) Provide collection class used organize collection membersvoidTypeBuilder.setProperties(Collection<PropertyDescriptor> properties) Allow for user supplied collection implementaion used for properties.Constructors in org.geotools.feature with parameters of type PropertyDescriptorModifierConstructorDescriptionprotectedPropertyImpl(Object value, PropertyDescriptor descriptor) -
Uses of PropertyDescriptor in org.geotools.feature.type
Classes in org.geotools.feature.type that implement PropertyDescriptorModifier and TypeClassDescriptionclassclassclassclassMethods in org.geotools.feature.type that return PropertyDescriptorModifier and TypeMethodDescriptionstatic PropertyDescriptorTypes.descriptor(ComplexType type, String name) Returns the first descriptor matching the given local name within the given type.static PropertyDescriptorTypes.descriptor(ComplexType type, String name, String namespace) Returns the first descriptor matching the given name + namespace within the given type.static PropertyDescriptorTypes.descriptor(ComplexType type, Name name) Returns the first descriptor matching the given name within the given type.static PropertyDescriptorTypes.findDescriptor(ComplexType parentType, String name) Find a descriptor, taking in to account supertypes AND substitution groupsstatic PropertyDescriptorTypes.findDescriptor(ComplexType parentType, Name name) Find a descriptor, taking in to account supertypes AND substitution groupsAbstractLazyComplexTypeImpl.getDescriptor(String name) The namespace-ignorant version ofAbstractLazyComplexTypeImpl.getDescriptor(Name).AbstractLazyComplexTypeImpl.getDescriptor(Name name) ComplexTypeImpl.getDescriptor(String name) ComplexTypeImpl.getDescriptor(Name name) Methods in org.geotools.feature.type that return types with arguments of type PropertyDescriptorModifier and TypeMethodDescriptionabstract Collection<PropertyDescriptor>AbstractLazyComplexTypeImpl.buildDescriptors()Subclasses must override this method to return the list of descriptors that define the properties of this type.static List<PropertyDescriptor>Types.descriptors(ComplexType type) Returns the set of all descriptors of a complex type, including from supertypes.static List<PropertyDescriptor>Types.descriptors(ComplexType type, String name) Returns the set of descriptors matching the given local name within the given type.static List<PropertyDescriptor>Types.descriptors(ComplexType type, Name name) Returns the set of descriptors matching the given name.AbstractLazyComplexTypeImpl.getDescriptors()ComplexTypeImpl.getDescriptors()Method parameters in org.geotools.feature.type with type arguments of type PropertyDescriptorModifier and TypeMethodDescriptionFeatureTypeFactoryImpl.createComplexType(Name name, Collection<PropertyDescriptor> schema, boolean isIdentifiable, boolean isAbstract, List<Filter> restrictions, AttributeType superType, InternationalString description) FeatureTypeFactoryImpl.createFeatureType(Name name, Collection<PropertyDescriptor> schema, GeometryDescriptor defaultGeometry, boolean isAbstract, List<Filter> restrictions, AttributeType superType, InternationalString description) Constructor parameters in org.geotools.feature.type with type arguments of type PropertyDescriptorModifierConstructorDescriptionComplexTypeImpl(Name name, Collection<PropertyDescriptor> properties, boolean identified, boolean isAbstract, List<Filter> restrictions, AttributeType superType, InternationalString description) FeatureTypeImpl(Name name, Collection<PropertyDescriptor> schema, GeometryDescriptor defaultGeometry, boolean isAbstract, List<Filter> restrictions, AttributeType superType, InternationalString description) -
Uses of PropertyDescriptor in org.geotools.gml.producer
Methods in org.geotools.gml.producer with parameters of type PropertyDescriptorModifier and TypeMethodDescriptionvoidFeatureTransformer.FeatureTranslator.handleAttribute(PropertyDescriptor descriptor, Object value) handles sax for an attribute. -
Uses of PropertyDescriptor in org.geotools.xml.gml
Subinterfaces of PropertyDescriptor in org.geotools.xml.gmlModifier and TypeInterfaceDescription(package private) interfaceChoiceAttributeTypeA temporary measure representing a choice between several bindings.interfaceClasses in org.geotools.xml.gml that implement PropertyDescriptorModifier and TypeClassDescriptionclassCreated for GML generated FeatureTypes.