|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.pt.Adapters org.geotools.cs.Adapters org.geotools.ct.Adapters
Provide methods for interoperability with OpenGIS CT package. All methods accept null argument. All OpenGIS objects are suitable for RMI use.
Field Summary |
Fields inherited from class org.geotools.cs.Adapters |
csFactory |
Constructor Summary | |
protected |
Adapters()
Deprecated. Construct an adapter with default factories. |
Method Summary | |
org.opengis.ct.CT_CoordinateTransformation |
export(CoordinateTransformation transform)
Deprecated. Returns an OpenGIS interface for a math transform. |
org.opengis.ct.CT_CoordinateTransformationFactory |
export(CoordinateTransformationFactory factory)
Deprecated. Returns an OpenGIS interface for a coordinate transformation factory. |
org.opengis.ct.CT_DomainFlags |
export(DomainFlags flags)
Deprecated. Construct an OpenGIS enum from a domain flag. |
org.opengis.ct.CT_MathTransform |
export(MathTransform transform)
Deprecated. Returns an OpenGIS interface for a math transform. |
org.opengis.ct.CT_MathTransformFactory |
export(MathTransformFactory factory)
Deprecated. Returns an OpenGIS interface for a math transform factory. |
org.opengis.ct.CT_Parameter[] |
export(javax.media.jai.ParameterList parameters)
Deprecated. Construct an array of OpenGIS structure from a parameter list. |
org.opengis.ct.CT_TransformType |
export(TransformType type)
Deprecated. Construct an OpenGIS enum from a transform type. |
static Adapters |
getDefault()
Deprecated. Gets the default adapters. |
CoordinateTransformation |
wrap(org.opengis.ct.CT_CoordinateTransformation transform)
Deprecated. Returns a coordinate transform for an OpenGIS interface. |
DomainFlags |
wrap(org.opengis.ct.CT_DomainFlags flags)
Deprecated. Construct a domain flag from an OpenGIS enum. |
MathTransform |
wrap(org.opengis.ct.CT_MathTransform transform)
Deprecated. Returns a math transform for an OpenGIS interface. |
javax.media.jai.ParameterList |
wrap(org.opengis.ct.CT_Parameter[] parameters)
Deprecated. Returns a parameter list for an array of OpenGIS structure. |
TransformType |
wrap(org.opengis.ct.CT_TransformType type)
Deprecated. Construct a transform type from an OpenGIS enum. |
Methods inherited from class org.geotools.cs.Adapters |
export, export, export, export, export, export, export, export, export, export, export, export, export, export, export, export, export, export, export, export, export, export, export, export, wrap, wrap, wrap, wrap, wrap, wrap, wrap, wrap, wrap, wrap, wrap, wrap, wrap, wrap, wrap, wrap, wrap, wrap, wrap, wrap, wrap, wrap, wrap |
Methods inherited from class org.geotools.pt.Adapters |
export, export, export, 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()
Method Detail |
public static Adapters getDefault()
public org.opengis.ct.CT_MathTransform export(MathTransform transform) throws java.rmi.RemoteException
java.rmi.RemoteException
- if the object can't be exported.public org.opengis.ct.CT_CoordinateTransformation export(CoordinateTransformation transform) throws java.rmi.RemoteException
java.rmi.RemoteException
- if the object can't be exported.public org.opengis.ct.CT_MathTransformFactory export(MathTransformFactory factory) throws java.rmi.RemoteException
java.rmi.RemoteException
- if the object can't be exported.public org.opengis.ct.CT_CoordinateTransformationFactory export(CoordinateTransformationFactory factory) throws java.rmi.RemoteException
java.rmi.RemoteException
- if the object can't be exported.public org.opengis.ct.CT_Parameter[] export(javax.media.jai.ParameterList parameters)
public org.opengis.ct.CT_TransformType export(TransformType type)
public org.opengis.ct.CT_DomainFlags export(DomainFlags flags)
public MathTransform wrap(org.opengis.ct.CT_MathTransform transform) throws java.rmi.RemoteException
java.rmi.RemoteException
- if a remote call failed.public CoordinateTransformation wrap(org.opengis.ct.CT_CoordinateTransformation transform) throws java.rmi.RemoteException
java.rmi.RemoteException
- if a remote call failed.public javax.media.jai.ParameterList wrap(org.opengis.ct.CT_Parameter[] parameters)
public TransformType wrap(org.opengis.ct.CT_TransformType type)
public DomainFlags wrap(org.opengis.ct.CT_DomainFlags flags)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |