|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StructuralDescriptor | |
---|---|
org.opengis.feature.simple | |
org.opengis.feature.type | Captures the generic feature model from ISO 19109 with allowances for usability. |
Uses of StructuralDescriptor in org.opengis.feature.simple |
---|
Methods in org.opengis.feature.simple that return types with arguments of type StructuralDescriptor | |
---|---|
List<StructuralDescriptor> |
SimpleFeatureType.getProperties()
List of named attribute descriptors in prescribed order. |
Uses of StructuralDescriptor in org.opengis.feature.type |
---|
Subinterfaces of StructuralDescriptor in org.opengis.feature.type | |
---|---|
interface |
AssociationDescriptor
Indicating a named association. |
interface |
AttributeDescriptor
Indicating a named entry for a prescribed AttributeType. |
Methods in org.opengis.feature.type that return types with arguments of type StructuralDescriptor | |
---|---|
Collection<StructuralDescriptor> |
ComplexType.getProperties()
Returns the only the structural properties (Attributes and Associations) used to define this type. |
Method parameters in org.opengis.feature.type with type arguments of type StructuralDescriptor | |
---|---|
ComplexType |
TypeFactory.createComplexType(Name name,
Collection<StructuralDescriptor> schema,
boolean isIdentifiable,
boolean isAbstract,
Set<Filter> restrictions,
AttributeType superType,
InternationalString description)
|
FeatureCollectionType |
TypeFactory.createFeatureCollectionType(Name name,
Collection<StructuralDescriptor> schema,
Collection<AssociationDescriptor> members,
AttributeDescriptor defaultGeom,
CoordinateReferenceSystem crs,
boolean isAbstract,
Set<Filter> restrictions,
AttributeType superType,
InternationalString description)
|
FeatureType |
TypeFactory.createFeatureType(Name name,
Collection<StructuralDescriptor> schema,
AttributeDescriptor defaultGeometry,
CoordinateReferenceSystem crs,
boolean isAbstract,
Set<Filter> restrictions,
AttributeType superType,
InternationalString description)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |