|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GeometryAttribute | |
---|---|
org.geotools.data.gen | |
org.geotools.feature | |
org.geotools.feature.simple | |
org.geotools.jdbc | |
org.opengis.feature | Representation a features on a map. |
Uses of GeometryAttribute in org.geotools.data.gen |
---|
Methods in org.geotools.data.gen that return GeometryAttribute | |
---|---|
GeometryAttribute |
PreGeneralizedSimpleFeature.getDefaultGeometryProperty()
|
Methods in org.geotools.data.gen with parameters of type GeometryAttribute | |
---|---|
void |
PreGeneralizedSimpleFeature.setDefaultGeometryProperty(GeometryAttribute arg0)
|
Uses of GeometryAttribute in org.geotools.feature |
---|
Classes in org.geotools.feature that implement GeometryAttribute | |
---|---|
class |
GeometryAttributeImpl
TODO: rename to GeometricAttribute Provides ...TODO summary sentence TODO Description Example Use:
GeometryAttributeType x = new GeometryAttributeType( ... );
TODO code example
|
Methods in org.geotools.feature that return GeometryAttribute | |
---|---|
GeometryAttribute |
AppSchemaFeatureFactoryImpl.createGeometryAttribute(Object value,
GeometryDescriptor descriptor,
String id,
CoordinateReferenceSystem crs)
Create a new geometry attribute, even for null id. |
GeometryAttribute |
AbstractFeatureFactoryImpl.createGeometryAttribute(Object value,
GeometryDescriptor descriptor,
String id,
CoordinateReferenceSystem crs)
|
GeometryAttribute |
FeatureImpl.getDefaultGeometryProperty()
|
GeometryAttribute |
DecoratingFeature.getDefaultGeometryProperty()
|
Methods in org.geotools.feature with parameters of type GeometryAttribute | |
---|---|
void |
FeatureImpl.setDefaultGeometryProperty(GeometryAttribute defaultGeometry)
|
void |
DecoratingFeature.setDefaultGeometryProperty(GeometryAttribute arg0)
|
Uses of GeometryAttribute in org.geotools.feature.simple |
---|
Methods in org.geotools.feature.simple that return GeometryAttribute | |
---|---|
GeometryAttribute |
SimpleFeatureImpl.getDefaultGeometryProperty()
|
Methods in org.geotools.feature.simple with parameters of type GeometryAttribute | |
---|---|
void |
SimpleFeatureImpl.setDefaultGeometryProperty(GeometryAttribute geometryAttribute)
|
Uses of GeometryAttribute in org.geotools.jdbc |
---|
Methods in org.geotools.jdbc that return GeometryAttribute | |
---|---|
GeometryAttribute |
JDBCFeatureReader.ResultSetFeature.getDefaultGeometryProperty()
|
Methods in org.geotools.jdbc with parameters of type GeometryAttribute | |
---|---|
void |
JDBCFeatureReader.ResultSetFeature.setDefaultGeometryProperty(GeometryAttribute defaultGeometry)
|
Uses of GeometryAttribute in org.opengis.feature |
---|
Methods in org.opengis.feature that return GeometryAttribute | |
---|---|
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. |
Methods in org.opengis.feature with parameters of type GeometryAttribute | |
---|---|
void |
Feature.setDefaultGeometryProperty(GeometryAttribute geometryAttribute)
Sets the default geometric attribute of the feature. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |