|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyType | |
---|---|
org.geotools.data.complex.config | |
org.geotools.feature | |
org.geotools.feature.simple | |
org.geotools.feature.type | |
org.geotools.xml.gml | |
org.opengis.feature | Representation a features on a map. |
org.opengis.feature.simple | Profile of the general ISO 19107 feature model built around the idea of a simple feature composed of a list of values. |
org.opengis.feature.type | Feature model ISO 19109 with allowances for usability. |
Uses of PropertyType in org.geotools.data.complex.config |
---|
Classes in org.geotools.data.complex.config that implement PropertyType | |
---|---|
class |
NonFeatureTypeProxy
This class represents the fake feature type needed for feature chaining for properties that are not features. |
Uses of PropertyType in org.geotools.feature |
---|
Methods in org.geotools.feature that return PropertyType | |
---|---|
PropertyType |
TypeBuilder.getPropertyType()
|
PropertyType |
PropertyImpl.getType()
|
Methods in org.geotools.feature with parameters of type PropertyType | |
---|---|
void |
TypeBuilder.init(PropertyType type)
|
static boolean |
Types.isSimpleContentType(PropertyType type)
Return true if the type is either a simple type or has a simple type as its supertype. |
TypeBuilder |
TypeBuilder.property(PropertyType type)
Used as a the target for attributeDescriptor or associatioDescriptor(). |
void |
TypeBuilder.setPropertyType(PropertyType type)
|
void |
TypeBuilder.setSuper(PropertyType superType)
|
Uses of PropertyType in org.geotools.feature.simple |
---|
Classes in org.geotools.feature.simple that implement PropertyType | |
---|---|
class |
SimpleFeatureTypeImpl
Implementation 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 PropertyType | |
---|---|
class |
AbstractLazyAttributeTypeImpl
A replacement for AttributeTypeImpl with lazy evaluation of super type, so types can be
defined in any order. |
class |
AbstractLazyComplexTypeImpl
A replacement for ComplexTypeImpl with lazy evaluation of descriptors, to support
cyclically-defined types. |
class |
AssociationTypeImpl
|
class |
AttributeTypeImpl
Base class for attribute types. |
class |
ComplexFeatureTypeImpl
This is a specialization of complex feature type that can be nested inside another feature type. |
class |
ComplexTypeImpl
Base class for complex types. |
class |
FeatureTypeImpl
Base implementation of FeatureType. |
class |
GeometryTypeImpl
AttributeType for hold geometry implementations, maintains CRS information. |
class |
PropertyTypeImpl
|
class |
UniqueNameFeatureTypeImpl
A specialisation of FeatureTypeImpl that avoids equality tests on feature types with
cyclic definitions by considering features types to be equal if and only if their names are
equal. |
Fields in org.geotools.feature.type declared as PropertyType | |
---|---|
protected PropertyType |
PropertyTypeImpl.superType
|
protected PropertyType |
PropertyDescriptorImpl.type
|
Methods in org.geotools.feature.type that return PropertyType | |
---|---|
PropertyType |
PropertyTypeImpl.getSuper()
|
PropertyType |
PropertyDescriptorImpl.getType()
|
Methods in org.geotools.feature.type with parameters of type PropertyType | |
---|---|
static boolean |
Types.isSuperType(PropertyType type,
PropertyType parent)
Determines if parent is a super type of type |
Constructors in org.geotools.feature.type with parameters of type PropertyType | |
---|---|
PropertyDescriptorImpl(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.gml | |
---|---|
(package private) interface |
ChoiceAttributeType
A temporary measure representing a choice between several bindings. |
interface |
ChoiceGeometryType
|
Classes in org.geotools.xml.gml that implement PropertyType | |
---|---|
class |
ChoiceGeometryTypeImpl
Created for GML generated FeatureTypes. |
Uses of PropertyType in org.opengis.feature |
---|
Methods in org.opengis.feature that return PropertyType | |
---|---|
PropertyType |
Property.getType()
The type of the property. |
Uses of PropertyType in org.opengis.feature.simple |
---|
Subinterfaces of PropertyType in org.opengis.feature.simple | |
---|---|
interface |
SimpleFeatureType
The type of a SimpleFeature. |
Uses of PropertyType in org.opengis.feature.type |
---|
Subinterfaces of PropertyType in org.opengis.feature.type | |
---|---|
interface |
AssociationType
The type of an association; used to describe kind of relationship between two entities. |
interface |
AttributeType
The type of an attribute. |
interface |
ComplexType
The type of a complex attribute. |
interface |
FeatureType
The type of a Feature. |
interface |
GeometryType
The type of a GeometryAttribute. |
interface |
OperationType
The type of operations to be invoked on an attribute. |
Methods in org.opengis.feature.type that return PropertyType | |
---|---|
PropertyType |
PropertyType.getSuper()
The parent type of the property type. |
PropertyType |
PropertyDescriptor.getType()
The type of the property defined by the descriptor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |