| java.lang.Object org.geotools.feature.iso.AttributeImpl org.geotools.feature.iso.attribute.GeometricAttribute
GeometricAttribute | public class GeometricAttribute extends AttributeImpl implements GeometryAttribute(Code) | | TODO: rename to GeometricAttribute Provides ...TODO summary sentence
TODO Description
Example Use:
GeometryAttributeType x = new GeometryAttributeType( ... );
TODO code example
author: Leprosy since: 0.3 TODO: test wkt geometry parse. |
Method Summary | |
public boolean | equals(Object o) | public synchronized BoundingBox | getBounds() Returns the non null envelope of this attribute. | public CoordinateReferenceSystem | getCRS() | public Object | getValue() | protected Object | parse(Object value) | public void | set(Geometry geometry) | public synchronized void | setBounds(BoundingBox bbox) Set the bounds for the contained geometry. | public void | setCRS(CoordinateReferenceSystem coordinateSystem) | public String | toString() |
coordinateSystem | protected CoordinateReferenceSystem coordinateSystem(Code) | | CoordianteSystem used by this GeometryAttributeType
|
GeometricAttribute | public GeometricAttribute(Object content, AttributeDescriptor descriptor, String id, CoordinateReferenceSystem cs)(Code) | | |
getBounds | public synchronized BoundingBox getBounds()(Code) | | Returns the non null envelope of this attribute. If the attribute's
geometry is null the returned Envelope
isNull() is true.
|
getCRS | public CoordinateReferenceSystem getCRS()(Code) | | |
set | public void set(Geometry geometry)(Code) | | |
setBounds | public synchronized void setBounds(BoundingBox bbox)(Code) | | Set the bounds for the contained geometry.
|
setCRS | public void setCRS(CoordinateReferenceSystem coordinateSystem)(Code) | | |
|
|