|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for Projected coordinate Systems. Concrete instances of projected coordinate systems are always created by SRManager.
Method Summary | |
GeographicCS |
getGeographicCS()
Gets the original geographic coordinate system that projected this coordinate system. |
int |
getID()
Gets the ID for this spatial reference system. |
LinearUnit |
getLinearUnit()
Gets the linear unit of measurment for the coordinate system. |
Projection |
getProjection()
Gets the projection used for this coordinate system. |
void |
setGeographicCS(GeographicCS gcs)
Sets the original geographic coordinate system that projected this coordinate system. |
void |
setID(int id)
|
void |
setLinearUnit(LinearUnit unit)
Sets the linear unit of measurment for the coordinate system. |
void |
setProjection(Projection proj)
Sets the projection used for this coordinate system. |
Methods inherited from interface oracle.sdoapi.sref.SpatialReference |
getDimension, getName, getWellKnowText, isGeographicCS, isNonEarthCS, isProjectedCS, sameAs |
Method Detail |
public Projection getProjection()
public LinearUnit getLinearUnit()
public GeographicCS getGeographicCS()
public void setProjection(Projection proj)
public void setLinearUnit(LinearUnit unit)
public void setGeographicCS(GeographicCS gcs)
public int getID()
SpatialReference
getID
in interface SpatialReference
public void setID(int id)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |