|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgistoolkit.projection.NoProjection
Does no projection, just displays the data in the projection it currently has.
Constructor Summary | |
NoProjection()
Creates new NoProjection |
Method Summary | |
java.lang.Object |
clone()
clone this object |
ProjectionPanel |
getEditPanel()
return the panel needed to edit this projection |
Ellipsoid |
getEllipsoid()
Return the Ellipsoid for this projection |
Node |
getNode()
Return the configuration information for this projection |
java.lang.String |
getProjectionName()
return the name of the projection |
java.lang.String |
getUnitOfMeasure()
Returns the units of measure for the projection. |
void |
projectBackward(Point inPoint)
do not perform any projection, just return the same point |
void |
projectForward(Point inPoint)
do not perform any projection, just return the same point |
void |
setEllipsoid(Ellipsoid inEllipsoid)
Set the Ellipsoid for this projection |
void |
setEnvelope(Envelope inEnvelope)
set the Envelope of the map. |
void |
setNode(Node inNode)
Setup this projection using the configuration information in the node |
java.lang.String |
toString()
Display the type of projection |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public NoProjection()
Method Detail |
public Ellipsoid getEllipsoid()
getEllipsoid
in interface EllipsoidProjection
public void setEllipsoid(Ellipsoid inEllipsoid)
public java.lang.String getUnitOfMeasure()
getUnitOfMeasure
in interface Projection
public void projectForward(Point inPoint) throws java.lang.Exception
projectForward
in interface Projection
java.lang.Exception
public void projectBackward(Point inPoint) throws java.lang.Exception
projectBackward
in interface Projection
java.lang.Exception
public java.lang.String getProjectionName()
getProjectionName
in interface Projection
public java.lang.String toString()
public void setEnvelope(Envelope inEnvelope) throws java.lang.Exception
setEnvelope
in interface Projection
java.lang.Exception
public Node getNode()
getNode
in interface Projection
public void setNode(Node inNode) throws java.lang.Exception
setNode
in interface Projection
java.lang.Exception
public ProjectionPanel getEditPanel()
getEditPanel
in interface EditableProjection
public java.lang.Object clone()
clone
in interface Projection
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |