Class GeometryTypeProxy
- Object
-
- AttributeTypeProxy
-
- GeometryTypeProxy
-
- All Implemented Interfaces:
AttributeType
,GeometryType
,PropertyType
public class GeometryTypeProxy extends AttributeTypeProxy implements GeometryType
- Since:
- 2.4
- Author:
- Gabriel Roldan
-
-
Constructor Summary
Constructors Constructor Description GeometryTypeProxy(Name typeName, Map registry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CoordinateReferenceSystem
getCoordinateReferenceSystem()
The coordinate reference system in which geometries are defined.-
Methods inherited from class AttributeTypeProxy
equals, getBinding, getDescription, getName, getOperations, getRestrictions, getSubject, getSuper, getUserData, hashCode, isAbstract, isIdentified
-
Methods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface AttributeType
getSuper, isIdentified
-
Methods inherited from interface PropertyType
equals, getBinding, getDescription, getName, getRestrictions, getUserData, hashCode, isAbstract
-
-
-
-
Method Detail
-
getCoordinateReferenceSystem
public CoordinateReferenceSystem getCoordinateReferenceSystem()
Description copied from interface:GeometryType
The coordinate reference system in which geometries are defined.This method may return
null
, but this should only occur in cases where the actual crs is not known. A common case is when a shapefile does not have an accompanied .prj file.- Specified by:
getCoordinateReferenceSystem
in interfaceGeometryType
-
-