| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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 GeometryStorageParamsinstance. | |
| 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 nulldim - dimensionality of coordinates, must not be null| Method Detail | 
|---|
public ICRS getCrs()
null (unspecified)public String getSrid()
nullpublic GeometryPropertyType.CoordinateDimension getDim()
null| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||