Package | Description |
---|---|
org.geotools.appschema.feature | |
org.geotools.data.gen | |
org.geotools.data.mongodb | |
org.geotools.feature | |
org.geotools.feature.simple | |
org.geotools.jdbc | |
org.opengis.feature |
Representation a features on a map.
|
Modifier and Type | Method and Description |
---|---|
GeometryAttribute |
AppSchemaFeatureFactoryImpl.createGeometryAttribute(Object value,
GeometryDescriptor descriptor,
String id,
CoordinateReferenceSystem crs)
Create a new geometry attribute, even for null id.
|
Modifier and Type | Method and Description |
---|---|
GeometryAttribute |
PreGeneralizedSimpleFeature.getDefaultGeometryProperty() |
Modifier and Type | Method and Description |
---|---|
void |
PreGeneralizedSimpleFeature.setDefaultGeometryProperty(GeometryAttribute arg0) |
Modifier and Type | Method and Description |
---|---|
GeometryAttribute |
MongoDBObjectFeature.getDefaultGeometryProperty() |
Modifier and Type | Method and Description |
---|---|
void |
MongoDBObjectFeature.setDefaultGeometryProperty(GeometryAttribute geometryAttribute) |
Modifier and Type | Class and Description |
---|---|
class |
GeometryAttributeImpl
TODO: rename to GeometricAttribute Provides ...TODO summary sentence
TODO Description
Example Use:
GeometryAttributeType x = new GeometryAttributeType( ... );
TODO code example
|
Modifier and Type | Method and Description |
---|---|
GeometryAttribute |
AbstractFeatureFactoryImpl.createGeometryAttribute(Object value,
GeometryDescriptor descriptor,
String id,
CoordinateReferenceSystem crs) |
GeometryAttribute |
FeatureImpl.getDefaultGeometryProperty() |
GeometryAttribute |
DecoratingFeature.getDefaultGeometryProperty() |
Modifier and Type | Method and Description |
---|---|
void |
FeatureImpl.setDefaultGeometryProperty(GeometryAttribute defaultGeometry) |
void |
DecoratingFeature.setDefaultGeometryProperty(GeometryAttribute arg0) |
Modifier and Type | Method and Description |
---|---|
GeometryAttribute |
SimpleFeatureImpl.getDefaultGeometryProperty() |
Modifier and Type | Method and Description |
---|---|
void |
SimpleFeatureImpl.setDefaultGeometryProperty(GeometryAttribute geometryAttribute) |
Modifier and Type | Method and Description |
---|---|
GeometryAttribute |
JDBCFeatureReader.ResultSetFeature.getDefaultGeometryProperty() |
Modifier and Type | Method and Description |
---|---|
void |
JDBCFeatureReader.ResultSetFeature.setDefaultGeometryProperty(GeometryAttribute defaultGeometry) |
Modifier and Type | Method and Description |
---|---|
GeometryAttribute |
FeatureFactory.createGeometryAttribute(Object geometry,
GeometryDescriptor descriptor,
String id,
CoordinateReferenceSystem crs)
Creates a geometry attribute.
|
GeometryAttribute |
Feature.getDefaultGeometryProperty()
The default geometric attribute of the feature.
|
Modifier and Type | Method and Description |
---|---|
void |
Feature.setDefaultGeometryProperty(GeometryAttribute geometryAttribute)
Sets the default geometric attribute of the feature.
|
Copyright © 1996–2022 Geotools. All rights reserved.