|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PropertyDescriptor | |
|---|---|
| org.opengis.feature | Representation a features on a map. |
| org.opengis.feature.type | Feature model ISO 19109 with allowances for usability. |
| Uses of PropertyDescriptor in org.opengis.feature |
|---|
| Methods in org.opengis.feature that return PropertyDescriptor | |
|---|---|
PropertyDescriptor |
Property.getDescriptor()
The PropertyDscriptor of the property, null if this is a top-level value. |
| Uses of PropertyDescriptor in org.opengis.feature.type |
|---|
| Subinterfaces of PropertyDescriptor in org.opengis.feature.type | |
|---|---|
interface |
AssociationDescriptor
Describes an instance of an Association. |
interface |
AttributeDescriptor
Describes an instance of an Attribute. |
interface |
GeometryDescriptor
Describes an instance of a geometry attribute. |
interface |
Operation
An implementation of an operation that may be invoked on an Attribute. |
| Methods in org.opengis.feature.type that return PropertyDescriptor | |
|---|---|
PropertyDescriptor |
ComplexType.getDescriptor(Name name)
Describe a single property by name. |
PropertyDescriptor |
ComplexType.getDescriptor(String name)
Describe a single property by unqualified name. |
| Methods in org.opengis.feature.type that return types with arguments of type PropertyDescriptor | |
|---|---|
Collection<PropertyDescriptor> |
ComplexType.getDescriptors()
The property descriptor which compose the complex type. |
| Method parameters in org.opengis.feature.type with type arguments of type PropertyDescriptor | |
|---|---|
ComplexType |
FeatureTypeFactory.createComplexType(Name name,
Collection<PropertyDescriptor> schema,
boolean isIdentifiable,
boolean isAbstract,
List<Filter> restrictions,
AttributeType superType,
InternationalString description)
Creates a complex type. |
FeatureType |
FeatureTypeFactory.createFeatureType(Name name,
Collection<PropertyDescriptor> schema,
GeometryDescriptor defaultGeometry,
boolean isAbstract,
List<Filter> restrictions,
AttributeType superType,
InternationalString description)
Creates a feature type. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||