org.geotools.arcsde.util
Class ArcSDEUtils
Object
ArcSDEUtils
public final class ArcSDEUtils
- extends Object
ArcSDE Java API related utility methods to be shared between the gce and dataaccess
implementations
- Since:
- 2.5.6
- Author:
- Gabriel Roldan
- Module:
modules/plugin/datastore (gt-datastore.jar)
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOGGER
public static final Logger LOGGER
findCompatibleCRS
public static CoordinateReferenceSystem findCompatibleCRS(SeCoordinateReference seCoordRef)
throws DataSourceException
- Gets the coordinate system that will be associated to the
GridCoverage
.
- Parameters:
rasterAttributes
-
- Returns:
- if
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.
- Throws:
DataSourceException
Copyright © 1996-2009 Geotools. All Rights Reserved.