|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GeometryDescriptor | |
|---|---|
| org.opengis.feature | Representation a features on a map. |
| org.opengis.feature.type | Feature model ISO 19109 with allowances for usability. |
| Uses of GeometryDescriptor in org.opengis.feature |
|---|
| Methods in org.opengis.feature that return GeometryDescriptor | |
|---|---|
GeometryDescriptor |
GeometryAttribute.getDescriptor()
Override and type narrow to GeometryDescriptor. |
| Methods in org.opengis.feature with parameters of type GeometryDescriptor | |
|---|---|
GeometryAttribute |
FeatureFactory.createGeometryAttribute(Object geometry,
GeometryDescriptor descriptor,
String id,
CoordinateReferenceSystem crs)
Creates a geometry attribute. |
| Uses of GeometryDescriptor in org.opengis.feature.type |
|---|
| Methods in org.opengis.feature.type that return GeometryDescriptor | |
|---|---|
GeometryDescriptor |
FeatureTypeFactory.createGeometryDescriptor(GeometryType type,
Name name,
int minOccurs,
int maxOccurs,
boolean isNillable,
Object defaultValue)
Creates a geometry descriptor. |
GeometryDescriptor |
FeatureType.getGeometryDescriptor()
Describe the default geometric attribute for this feature. |
| Methods in org.opengis.feature.type with parameters of type GeometryDescriptor | |
|---|---|
FeatureType |
FeatureTypeFactory.createFeatureType(Name name,
Collection<PropertyDescriptor> schema,
GeometryDescriptor defaultGeometry,
boolean isAbstract,
List<Filter> restrictions,
AttributeType superType,
InternationalString description)
Creates a feature 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||