|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.model.ct.Adapters
Provide methods for interoperability with
org.opengis.ct
package. All methods accept
null argument. All OpenGIS objects are suitable for RMI use.
Field Summary | |
Adapters |
CS
The underlying adapters from the org.deegree_impl.model.cs package. |
private static Adapters |
DEFAULT
Default adapters. |
private static WeakHashSet |
MATH_EXPORTS
A weak hash set for for MathTransformExport objects. |
Adapters |
PT
The underlying adapters from the org.deegree_impl.model.pt package. |
Constructor Summary | |
protected |
Adapters(Adapters CS)
Default constructor. |
Method Summary | |
CT_CoordinateTransformation |
export(CoordinateTransformation transform)
Returns an OpenGIS interface for a math transform. |
CT_CoordinateTransformationFactory |
export(CoordinateTransformationFactory factory)
Returns an OpenGIS interface for a coordinate transformation factory. |
CT_DomainFlags |
export(DomainFlags flags)
Construct an OpenGIS enum from a domain flag. |
CT_MathTransform |
export(MathTransform transform)
Returns an OpenGIS interface for a math transform. |
CT_MathTransformFactory |
export(MathTransformFactory factory)
Returns an OpenGIS interface for a math transform factory. |
CT_TransformType |
export(TransformType type)
Construct an OpenGIS enum from a transform type. |
static Adapters |
getDefault()
Gets the default adapters. |
CoordinateTransformation |
wrap(CT_CoordinateTransformation transform)
Returns a coordinate transform for an OpenGIS interface. |
DomainFlags |
wrap(CT_DomainFlags flags)
Construct a domain flag from an OpenGIS enum. |
MathTransform |
wrap(CT_MathTransform transform)
Returns a math transform for an OpenGIS interface. |
ParameterList |
wrap(CT_Parameter[] parameters)
Returns a parameter list for an array of OpenGIS structure. |
TransformType |
wrap(CT_TransformType type)
Construct a transform type from an OpenGIS enum. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static Adapters DEFAULT
public final Adapters CS
org.deegree_impl.model.cs
package.
public final Adapters PT
org.deegree_impl.model.pt
package.
private static final WeakHashSet MATH_EXPORTS
MathTransformExport
objects.
Constructor Detail |
protected Adapters(Adapters CS)
CS
- The underlying adapters from the org.deegree_impl.model.cs
package.Method Detail |
public static Adapters getDefault()
public CT_MathTransform export(MathTransform transform)
public CT_CoordinateTransformation export(CoordinateTransformation transform)
public CT_MathTransformFactory export(MathTransformFactory factory)
public CT_CoordinateTransformationFactory export(CoordinateTransformationFactory factory)
public CT_TransformType export(TransformType type)
public CT_DomainFlags export(DomainFlags flags)
public MathTransform wrap(CT_MathTransform transform) throws java.rmi.RemoteException
java.rmi.RemoteException
- if a remote call failed.public CoordinateTransformation wrap(CT_CoordinateTransformation transform) throws java.rmi.RemoteException
java.rmi.RemoteException
- if a remote call failed.public ParameterList wrap(CT_Parameter[] parameters)
public TransformType wrap(CT_TransformType type)
public DomainFlags wrap(CT_DomainFlags flags)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |