|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.geometry.standard.curvesegments.AffinePlacement
public class AffinePlacement
Defines a transformation from a constructive parameter space to the coordinate space of the coordinate reference system being used.
Constructor Summary | |
---|---|
AffinePlacement(Point location,
Points refDirections,
int inDimension,
int outDimension)
Creates a new AffinePlacement from the given parameters. |
Method Summary | |
---|---|
int |
getInDimension()
Returns the inDimension , i.e. the dimension of the constructive parameter space. |
Point |
getLocation()
Returns the target of the parameter space origin. |
int |
getOutDimension()
Returns the outDimension , i.e. the dimension of the coordinate space. |
Points |
getRefDirections()
Returns the target directions for the coordinate basis vectors of the parameter space. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AffinePlacement(Point location, Points refDirections, int inDimension, int outDimension)
AffinePlacement
from the given parameters.
location
- the target of the parameter space originrefDirections
- the target directions for the coordinate basis vectors of the parameter spaceinDimension
- the dimension of the constructive parameter spaceoutDimension
- the dimension of the coordinate spaceMethod Detail |
---|
public Point getLocation()
public Points getRefDirections()
The number of directions is equal to the inDimension
. The dimension of the directions is equal to
the outDimension
.
public int getInDimension()
inDimension
, i.e. the dimension of the constructive parameter space.
inDimension
public int getOutDimension()
outDimension
, i.e. the dimension of the coordinate space.
outDimension
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |