|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.cv.Adapters org.geotools.gc.Adapters org.geotools.gp.Adapters
Provide methods for interoperability with OpenGIS GC package. All methods accept null argument.
Field Summary |
Fields inherited from class org.geotools.cv.Adapters |
CTS |
Constructor Summary | |
protected |
Adapters(Adapters CTS)
Deprecated. Default constructor. |
Method Summary | |
protected Coverage |
doWrap(org.opengis.cv.CV_Coverage coverage)
Deprecated. Performs the wrapping of an OpenGIS's interface. |
static Adapters |
getDefault()
Deprecated. Returns the default adapters. |
Methods inherited from class org.geotools.gc.Adapters |
doExport, export, export, export, wrap, wrap, wrap |
Methods inherited from class org.geotools.cv.Adapters |
export, export, export, export, getPropertySource, wrap, wrap, wrap, wrap |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected Adapters(Adapters CTS)
CTS
- The adapters from Coordinate Transformation Services
(package org.geotools.ct
).Method Detail |
public static Adapters getDefault()
protected Coverage doWrap(org.opengis.cv.CV_Coverage coverage) throws java.rmi.RemoteException
Adapters.wrap(CV_Coverage)
and Adapters.wrap(GC_GridCoverage)
if a Geotools
object is not already presents in the cache.
doWrap
in class Adapters
coverage
- The OpenGIS object.
java.rmi.RemoteException
- if an operation failed while querying the OpenGIS object.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |