Uses of Interface
org.geotools.api.feature.type.PropertyType
Packages that use PropertyType
Package
Description
Representation a features on a map.
Profile of the general ISO 19107 feature model built around the idea of a simple feature composed of a list of
values.
Feature model ISO 19109 with allowances for usability.
-
Uses of PropertyType in org.geotools.api.feature
Methods in org.geotools.api.feature that return PropertyType -
Uses of PropertyType in org.geotools.api.feature.simple
Subinterfaces of PropertyType in org.geotools.api.feature.simple -
Uses of PropertyType in org.geotools.api.feature.type
Subinterfaces of PropertyType in org.geotools.api.feature.typeModifier and TypeInterfaceDescriptioninterfaceThe type of an association; used to describe kind of relationship between two entities.interfaceThe type of an attribute.interfaceThe type of a complex attribute.interfaceThe type of a Feature.interfaceThe type of a GeometryAttribute.interfaceThe type of operations to be invoked on an attribute.Methods in org.geotools.api.feature.type that return PropertyType -
Uses of PropertyType in org.geotools.data.complex.config
Classes in org.geotools.data.complex.config that implement PropertyTypeModifier and TypeClassDescriptionclassThis class represents the fake feature type needed for feature chaining for properties that are not features. -
Uses of PropertyType in org.geotools.data.complex.feature.type
Classes in org.geotools.data.complex.feature.type that implement PropertyTypeModifier and TypeClassDescriptionclassclassThis is a specialization of complex feature type that can be nested inside another feature type.classclassclassclassA specialisation ofFeatureTypeImplthat avoids equality tests on feature types with cyclic definitions by considering features types to be equal if and only if their names are equal.Methods in org.geotools.data.complex.feature.type with parameters of type PropertyTypeModifier and TypeMethodDescriptionstatic booleanTypes.canHaveTextContent(PropertyType type) Returns true if the type is eitherxs:anyTypeor is derived fromxs:anyTypeby extension and has mixed content.static booleanTypes.isSimpleContentType(PropertyType type) Return true if the type is either a simple type or has a simple type as its supertype. -
Uses of PropertyType in org.geotools.data.vpf
Classes in org.geotools.data.vpf that implement PropertyTypeModifier and TypeClassDescriptionclassA VPF feature class.classA VPF feature type. -
Uses of PropertyType in org.geotools.feature
Methods in org.geotools.feature that return PropertyTypeMethods in org.geotools.feature with parameters of type PropertyTypeModifier and TypeMethodDescriptionvoidTypeBuilder.init(PropertyType type) TypeBuilder.property(PropertyType type) Used as a the target for attributeDescriptor or associatioDescriptor().voidTypeBuilder.setPropertyType(PropertyType type) voidTypeBuilder.setSuper(PropertyType superType) -
Uses of PropertyType in org.geotools.feature.simple
Classes in org.geotools.feature.simple that implement PropertyTypeModifier and TypeClassDescriptionclassImplementation fo SimpleFeatureType, subtypes must be atomic and are stored in a list. -
Uses of PropertyType in org.geotools.feature.type
Classes in org.geotools.feature.type that implement PropertyTypeModifier and TypeClassDescriptionclassA replacement forAttributeTypeImplwith lazy evaluation of super type, so types can be defined in any order.classA replacement forComplexTypeImplwith lazy evaluation of descriptors, to support cyclically-defined types.classclassBase class for attribute types.classBase class for complex types.classBase implementation of FeatureType.classAttributeType for hold geometry implementations, maintains CRS information.classFields in org.geotools.feature.type declared as PropertyTypeModifier and TypeFieldDescriptionprotected final PropertyTypePropertyTypeImpl.superTypeprotected final PropertyTypePropertyDescriptorImpl.typeMethods in org.geotools.feature.type that return PropertyTypeMethods in org.geotools.feature.type with parameters of type PropertyTypeModifier and TypeMethodDescriptionstatic booleanTypes.isSuperType(PropertyType type, PropertyType parent) Determines ifparentis a super type oftypeConstructors in org.geotools.feature.type with parameters of type PropertyTypeModifierConstructorDescriptionprotectedPropertyDescriptorImpl(PropertyType type, Name name, int min, int max, boolean isNillable) PropertyTypeImpl(Name name, Class<?> binding, boolean isAbstract, List<Filter> restrictions, PropertyType superType, InternationalString description) -
Uses of PropertyType in org.geotools.xml.gml
Subinterfaces of PropertyType 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 PropertyTypeModifier and TypeClassDescriptionclassCreated for GML generated FeatureTypes.