|
deegree 2.1 (2007/11/08 09:57 build-328-official) | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransformException | |
---|---|
org.deegree.model.csct.ct | |
org.deegree.model.csct.resources |
Uses of TransformException in org.deegree.model.csct.ct |
---|
Subclasses of TransformException in org.deegree.model.csct.ct | |
---|---|
class |
CannotCreateTransformException
Thrown when a coordinate transformation can't be created. |
class |
NoninvertibleTransformException
Thrown when MathTransform.inverse()
is invoked but the transform can't be inverted. |
Methods in org.deegree.model.csct.ct that throw TransformException | |
---|---|
(package private) double |
MapProjection.cphi2(double ts)
Iteratively solve equation (7-9) from Snyder. |
Shape |
MapProjection.createTransformedShape(Shape shape)
Transforme la forme g�om�trique shape sp�cifi�e. |
Shape |
ConcatenedTransformDirect2D.createTransformedShape(Shape shape)
Transform the specified shape. |
Shape |
MathTransform2D.createTransformedShape(Shape shape)
Transform the specified shape. |
Shape |
AbstractMathTransform.createTransformedShape(Shape shape)
Transform the specified shape. |
(package private) Shape |
AbstractMathTransform.createTransformedShape(Shape shape,
AffineTransform preTr,
AffineTransform postTr,
int quadDir)
Transforme une forme g�om�trique. |
Matrix |
PassThroughTransform.derivative(CoordinatePoint point)
Gets the derivative of this transform at a point. |
Matrix |
ConcatenedTransform.derivative(CoordinatePoint point)
Gets the derivative of this transform at a point. |
Matrix |
AbstractMathTransform.derivative(CoordinatePoint point)
Gets the derivative of this transform at a point. |
Matrix |
AbstractMathTransform.Inverse.derivative(CoordinatePoint point)
Gets the derivative of this transform at a point. |
Matrix |
MathTransform.derivative(CoordinatePoint point)
Gets the derivative of this transform at a point. |
Matrix |
ConcatenedTransformDirect2D.derivative(Point2D point)
Gets the derivative of this transform at a point. |
Matrix |
MathTransform2D.derivative(Point2D point)
Gets the derivative of this transform at a point. |
Matrix |
AbstractMathTransform.derivative(Point2D point)
Gets the derivative of this transform at a point. |
Matrix |
AbstractMathTransform.Inverse.derivative(Point2D point)
Gets the derivative of this transform at a point. |
void |
MapProjection.inverseTransform(double[] src,
int srcOffset,
double[] dest,
int dstOffset,
int numPts)
Inverse transforms a list of coordinate point ordinal values. |
protected Point2D |
TransverseMercatorProjection.inverseTransform(double x,
double y,
Point2D ptDst)
Transforms the specified (x,y) coordinate and stores the result in ptDst . |
protected Point2D |
StereographicProjection.inverseTransform(double x,
double y,
Point2D ptDst)
Transforms the specified ( x , y ) coordinate and stores the result in ptDst . |
protected Point2D |
MercatorProjection.inverseTransform(double x,
double y,
Point2D ptDst)
Transforms the specified (x,y) coordinate and stores the result in ptDst . |
protected Point2D |
LambertConformalProjection.inverseTransform(double x,
double y,
Point2D ptDst)
Transforms the specified (x,y) coordinate and stores the result in ptDst . |
protected abstract Point2D |
MapProjection.inverseTransform(double x,
double y,
Point2D ptDst)
Transforms the specified coordinate and stores the result in ptDst . |
void |
MapProjection.inverseTransform(float[] src,
int srcOffset,
float[] dest,
int dstOffset,
int numPts)
Inverse transforms a list of coordinate point ordinal values. |
Point2D |
MapProjection.inverseTransform(Point2D ptSrc,
Point2D ptDst)
Inverse transforms the specified ptSrc
and stores the result in ptDst . |
CoordinatePoint |
ConcatenedTransformDirect.transform(CoordinatePoint ptSrc,
CoordinatePoint ptDst)
Transforms the specified ptSrc and stores the result in ptDst . |
CoordinatePoint |
ConcatenedTransform.transform(CoordinatePoint ptSrc,
CoordinatePoint ptDst)
Transforms the specified ptSrc and stores the result in ptDst . |
CoordinatePoint |
AbstractMathTransform.transform(CoordinatePoint ptSrc,
CoordinatePoint ptDst)
Transforms the specified ptSrc and stores the result
in ptDst . |
CoordinatePoint |
MathTransform.transform(CoordinatePoint ptSrc,
CoordinatePoint ptDst)
Transforms the specified ptSrc and stores the result in ptDst . |
void |
PassThroughTransform.transform(double[] srcPts,
int srcOff,
double[] dstPts,
int dstOff,
int numPts)
Transforms a list of coordinate point ordinal values. |
void |
MapProjection.transform(double[] src,
int srcOffset,
double[] dest,
int dstOffset,
int numPts)
Transforms a list of coordinate point ordinal values. |
void |
ConcatenedTransformDirect.transform(double[] srcPts,
int srcOff,
double[] dstPts,
int dstOff,
int numPts)
Transforms a list of coordinate point ordinal values. |
void |
ConcatenedTransform.transform(double[] srcPts,
int srcOff,
double[] dstPts,
int dstOff,
int numPts)
Transforms a list of coordinate point ordinal values. |
void |
MathTransform.transform(double[] srcPts,
int srcOff,
double[] dstPts,
int dstOff,
int numPts)
Transforms a list of coordinate point ordinal values. |
protected Point2D |
TransverseMercatorProjection.transform(double x,
double y,
Point2D ptDst)
Transforms the specified (x,y) coordinate and stores the result in ptDst . |
protected Point2D |
StereographicProjection.transform(double x,
double y,
Point2D ptDst)
Transforms the specified ( x , y ) coordinate and stores the result in ptDst . |
protected Point2D |
MercatorProjection.transform(double x,
double y,
Point2D ptDst)
Transforms the specified (x,y) coordinate and stores the result in ptDst . |
protected Point2D |
LambertConformalProjection.transform(double x,
double y,
Point2D ptDst)
Transforms the specified (x,y) coordinate and stores the result in ptDst . |
protected abstract Point2D |
MapProjection.transform(double x,
double y,
Point2D ptDst)
Transforms the specified coordinate and stores the result in ptDst . |
void |
PassThroughTransform.transform(float[] srcPts,
int srcOff,
float[] dstPts,
int dstOff,
int numPts)
Transforms a list of coordinate point ordinal values. |
void |
MapProjection.transform(float[] src,
int srcOffset,
float[] dest,
int dstOffset,
int numPts)
Transforms a list of coordinate point ordinal values. |
void |
ConcatenedTransformDirect.transform(float[] srcPts,
int srcOff,
float[] dstPts,
int dstOff,
int numPts)
Transforms a list of coordinate point ordinal values. |
void |
ConcatenedTransform.transform(float[] srcPts,
int srcOff,
float[] dstPts,
int dstOff,
int numPts)
Transforms a list of coordinate point ordinal values. |
void |
AbstractMathTransform.transform(float[] srcPts,
int srcOff,
float[] dstPts,
int dstOff,
int numPts)
Transforms a list of coordinate point ordinal values. |
void |
MathTransform.transform(float[] srcPts,
int srcOff,
float[] dstPts,
int dstOff,
int numPts)
Transforms a list of coordinate point ordinal values. |
Point2D |
MapProjection.transform(Point2D ptSrc,
Point2D ptDst)
Transforms the specified ptSrc
and stores the result in ptDst . |
Point2D |
ConcatenedTransformDirect2D.transform(Point2D ptSrc,
Point2D ptDst)
Transforms the specified ptSrc
and stores the result in ptDst . |
Point2D |
MathTransform2D.transform(Point2D ptSrc,
Point2D ptDst)
Transforms the specified ptSrc and stores the result in ptDst . |
Point2D |
AbstractMathTransform.transform(Point2D ptSrc,
Point2D ptDst)
Transforms the specified ptSrc and stores the result in ptDst . |
Uses of TransformException in org.deegree.model.csct.resources |
---|
Methods in org.deegree.model.csct.resources that throw TransformException | |
---|---|
static Rectangle2D |
OpenGIS.transform(MathTransform2D transform,
Rectangle2D source,
Rectangle2D dest)
Transform an envelope. |
static Envelope |
OpenGIS.transform(MathTransform transform,
Envelope envelope)
Transform an envelope. |
|
deegree 2.1 (2007/11/08 09:57 build-328-official) | |||||||||
PREV NEXT | FRAMES NO FRAMES |
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://deegree.sourceforge.net