|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents and performs a projection.
Method Summary | |
java.lang.Object |
clone()
Clone the object |
Node |
getNode()
Return the configuration information for this projection |
java.lang.String |
getProjectionName()
return the name of the projection |
java.lang.String |
getUnitOfMeasure()
Get the units of the projection. |
void |
projectBackward(Point inPoint)
Project the data in the reverse direction |
void |
projectForward(Point inPoint)
Project the data in the forward direction |
void |
setEnvelope(Envelope inEnvelope)
set the envelope of the map. |
void |
setNode(Node inNode)
Setup this projection using the configuration information in the node |
Method Detail |
public java.lang.String getUnitOfMeasure()
public void projectForward(Point inPoint) throws java.lang.Exception
java.lang.Exception
public void projectBackward(Point inPoint) throws java.lang.Exception
java.lang.Exception
public void setEnvelope(Envelope inEnvelope) throws java.lang.Exception
java.lang.Exception
public java.lang.String getProjectionName()
public Node getNode()
public void setNode(Node inNode) throws java.lang.Exception
java.lang.Exception
public java.lang.Object clone()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |