|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AttributeDescriptor | |
|---|---|
| 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 AttributeDescriptor in org.opengis.feature |
|---|
| Methods in org.opengis.feature that return AttributeDescriptor | |
|---|---|
AttributeDescriptor |
IllegalAttributeException.getDescriptor()
AttribtueDescriptor being checked against. |
AttributeDescriptor |
Attribute.getDescriptor()
Override of Property.getDescriptor() which type narrows to
AttributeDescriptor. |
| Methods in org.opengis.feature with parameters of type AttributeDescriptor | |
|---|---|
Attribute |
FeatureFactory.createAttribute(Object value,
AttributeDescriptor descriptor,
String id)
Creates an attribute. |
ComplexAttribute |
FeatureFactory.createComplexAttribute(Collection<Property> value,
AttributeDescriptor descriptor,
String id)
Creates a complex attribute. |
Feature |
FeatureFactory.createFeature(Collection<Property> value,
AttributeDescriptor descriptor,
String id)
Creates a feature. |
SimpleFeature |
FeatureFactory.createSimpleFeature(Object[] array,
AttributeDescriptor decsriptor,
String id)
Creates a simple feature. |
| Constructors in org.opengis.feature with parameters of type AttributeDescriptor | |
|---|---|
IllegalAttributeException(AttributeDescriptor descriptor,
Object value)
|
|
IllegalAttributeException(AttributeDescriptor descriptor,
Object value,
String message)
|
|
IllegalAttributeException(AttributeDescriptor descriptor,
Object value,
String message,
Throwable t)
|
|
IllegalAttributeException(AttributeDescriptor descriptor,
Object value,
Throwable t)
|
|
| Uses of AttributeDescriptor in org.opengis.feature.simple |
|---|
| Methods in org.opengis.feature.simple that return AttributeDescriptor | |
|---|---|
AttributeDescriptor |
SimpleFeatureType.getDescriptor(int index)
Returns the attribute descriptor at the specified index. |
AttributeDescriptor |
SimpleFeatureType.getDescriptor(Name name)
Returns the attribute descriptor which matches the specified name. |
AttributeDescriptor |
SimpleFeatureType.getDescriptor(String name)
Returns the attribute descriptor which matches the specified name. |
| Methods in org.opengis.feature.simple that return types with arguments of type AttributeDescriptor | |
|---|---|
List<AttributeDescriptor> |
SimpleFeatureType.getAttributeDescriptors()
The list of attribute descriptors which make up the feature type. |
| Uses of AttributeDescriptor in org.opengis.feature.type |
|---|
| Subinterfaces of AttributeDescriptor in org.opengis.feature.type | |
|---|---|
interface |
GeometryDescriptor
Describes an instance of a geometry attribute. |
| Methods in org.opengis.feature.type that return AttributeDescriptor | |
|---|---|
AttributeDescriptor |
FeatureTypeFactory.createAttributeDescriptor(AttributeType type,
Name name,
int minOccurs,
int maxOccurs,
boolean isNillable,
Object defaultValue)
Creates an attribute descriptor. |
| Method parameters in org.opengis.feature.type with type arguments of type AttributeDescriptor | |
|---|---|
SimpleFeatureType |
FeatureTypeFactory.createSimpleFeatureType(Name name,
List<AttributeDescriptor> schema,
GeometryDescriptor defaultGeometry,
boolean isAbstract,
List<Filter> restrictions,
AttributeType superType,
InternationalString description)
Creates a simple feature type. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||