|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AttributeType | |
|---|---|
| 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. |
| org.opengis.metadata.maintenance | Maintenance information. |
| Uses of AttributeType in org.opengis.feature |
|---|
| Methods in org.opengis.feature that return AttributeType | |
|---|---|
AttributeType |
Association.getRelatedType()
Returns the type of the associated attribute. |
AttributeType |
Attribute.getType()
Override of Property.getType() which type narrows to
AttributeType. |
| Uses of AttributeType in org.opengis.feature.simple |
|---|
| Subinterfaces of AttributeType in org.opengis.feature.simple | |
|---|---|
interface |
SimpleFeatureType
The type of a SimpleFeature. |
| Methods in org.opengis.feature.simple that return AttributeType | |
|---|---|
AttributeType |
SimpleFeatureType.getType(int index)
Returns the type of the attribute at the specified index. |
AttributeType |
SimpleFeatureType.getType(Name name)
Returns the type of the attribute which matches the specified name. |
AttributeType |
SimpleFeatureType.getType(String name)
Returns the type of the attribute which matches the specified name. |
| Methods in org.opengis.feature.simple that return types with arguments of type AttributeType | |
|---|---|
List<AttributeType> |
SimpleFeatureType.getTypes()
Returns the types of all the attributes which make up the feature. |
| Uses of AttributeType in org.opengis.feature.type |
|---|
| Subinterfaces of AttributeType in org.opengis.feature.type | |
|---|---|
interface |
ComplexType
The type of a complex attribute. |
interface |
FeatureType
The type of a Feature. |
interface |
GeometryType
The type of a GeometryAttribute. |
| Methods in org.opengis.feature.type that return AttributeType | |
|---|---|
AttributeType |
FeatureTypeFactory.createAttributeType(Name name,
Class<?> binding,
boolean isIdentifiable,
boolean isAbstract,
List<Filter> restrictions,
AttributeType superType,
InternationalString description)
Creates an attribute type. |
AttributeType |
AssociationType.getRelatedType()
The attribute type of the related attribute in the association. |
AttributeType |
OperationType.getResult()
Indicates the expected result type, may be null. |
AttributeType |
AttributeType.getSuper()
Override of PropertyType.getSuper() which type narrows to
AttributeType. |
AttributeType |
OperationType.getTarget()
AttributeType this operation type can function against. |
AttributeType |
AttributeDescriptor.getType()
Override of PropertyDescriptor.getType() which type narrows to
AttributeType. |
| Methods in org.opengis.feature.type that return types with arguments of type AttributeType | |
|---|---|
List<AttributeType> |
OperationType.getParameters()
We need the following AttributeTypes as parameters. |
| Methods in org.opengis.feature.type with parameters of type AttributeType | |
|---|---|
void |
Schema.add(AttributeType type)
Adds a type to the schema. |
AssociationType |
FeatureTypeFactory.createAssociationType(Name name,
AttributeType relatedType,
boolean isAbstract,
List<Filter> restrictions,
AssociationType superType,
InternationalString description)
Creates an association type. |
AttributeDescriptor |
FeatureTypeFactory.createAttributeDescriptor(AttributeType type,
Name name,
int minOccurs,
int maxOccurs,
boolean isNillable,
Object defaultValue)
Creates an attribute descriptor. |
AttributeType |
FeatureTypeFactory.createAttributeType(Name name,
Class<?> binding,
boolean isIdentifiable,
boolean isAbstract,
List<Filter> restrictions,
AttributeType superType,
InternationalString description)
Creates an attribute type. |
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. |
GeometryType |
FeatureTypeFactory.createGeometryType(Name name,
Class<?> binding,
CoordinateReferenceSystem crs,
boolean isIdentifiable,
boolean isAbstract,
List<Filter> restrictions,
AttributeType superType,
InternationalString description)
Creates a geometric attribute type. |
SimpleFeatureType |
FeatureTypeFactory.createSimpleFeatureType(Name name,
List<AttributeDescriptor> schema,
GeometryDescriptor defaultGeometry,
boolean isAbstract,
List<Filter> restrictions,
AttributeType superType,
InternationalString description)
Creates a simple feature type. |
| Uses of AttributeType in org.opengis.metadata.maintenance |
|---|
| Methods in org.opengis.metadata.maintenance that return types with arguments of type AttributeType | |
|---|---|
Set<? extends AttributeType> |
ScopeDescription.getAttributeInstances()
Attribute instances to which the information applies. |
Set<? extends AttributeType> |
ScopeDescription.getAttributes()
Attributes to which the information applies. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||