|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.feature.persistence.sql.GeometryStorageParams
public class GeometryStorageParams
Encapsulates the storage parameters for geometries.
Constructor Summary | |
---|---|
GeometryStorageParams(ICRS crs,
String srid,
GeometryPropertyType.CoordinateDimension dim)
Creates a new GeometryStorageParams instance. |
Method Summary | |
---|---|
ICRS |
getCrs()
Returns the coordinate reference system for stored geometries. |
GeometryPropertyType.CoordinateDimension |
getDim()
Returns the coordinate dimension. |
String |
getSrid()
Returns the spatial reference identifier (database code). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GeometryStorageParams(ICRS crs, String srid, GeometryPropertyType.CoordinateDimension dim)
GeometryStorageParams
instance.
crs
- coordinate reference system used for stored geometries or null
(unspecified)srid
- spatial reference identifier (database code), must not be null
dim
- dimensionality of coordinates, must not be null
Method Detail |
---|
public ICRS getCrs()
null
(unspecified)public String getSrid()
null
public GeometryPropertyType.CoordinateDimension getDim()
null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |