public class GeometryTypeProxy extends AttributeTypeProxy implements GeometryType
Constructor and Description |
---|
GeometryTypeProxy(Name typeName,
Map registry) |
Modifier and Type | Method and Description |
---|---|
CoordinateReferenceSystem |
getCoordinateReferenceSystem()
The coordinate reference system in which geometries are defined.
|
equals, getBinding, getDescription, getName, getOperations, getRestrictions, getSubject, getSuper, getUserData, hashCode, isAbstract, isIdentified
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getSuper, isIdentified
equals, getBinding, getDescription, getName, getRestrictions, getUserData, hashCode, isAbstract
public CoordinateReferenceSystem getCoordinateReferenceSystem()
GeometryType
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.
getCoordinateReferenceSystem
in interface GeometryType
Copyright © 1996–2023 Geotools. All rights reserved.