public final class ArcSDEUtils extends Object
Modifier and Type | Method and Description |
---|---|
static CoordinateReferenceSystem |
findCompatibleCRS(SeCoordinateReference seCoordRef)
Gets the coordinate system that will be associated to the
GridCoverage . |
public static final Logger LOGGER
public static 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
Copyright © 1996–2019 Geotools. All rights reserved.