|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.arcsde.util.ArcSDEUtils
public final class ArcSDEUtils
ArcSDE Java API related utility methods to be shared between the gce and dataaccess implementations
Field Summary | |
---|---|
static java.util.logging.Logger |
LOGGER
|
Method Summary | |
---|---|
static org.opengis.referencing.crs.CoordinateReferenceSystem |
findCompatibleCRS(SeCoordinateReference seCoordRef)
Gets the coordinate system that will be associated to the GridCoverage . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.util.logging.Logger LOGGER
Method Detail |
---|
public static org.opengis.referencing.crs.CoordinateReferenceSystem findCompatibleCRS(SeCoordinateReference seCoordRef) throws DataSourceException
GridCoverage
.
rasterAttributes
-
seCoordRef.getcoordSys()
is null
returns
DefaultEngineeringCRS.CARTESIAN_2D
, otherwise an equivalent CRS from the EPSG
database if found, or a CRS built from the seCoordRef WKT otherwise.
DataSourceException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |