|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.sdoapi.sref.srsHolder
Class srsHolder: Dummy placeholder for server-side SRID and WKT information for later use (if necessary) by the client-side coordinate system package that implements ProjectedCS, GeographicCS, and Transform.
Constructor Summary | |
srsHolder()
|
|
srsHolder(int srid)
|
|
srsHolder(int srid,
java.lang.String wkText)
|
Method Summary | |
int |
getDimension()
Gets the dimension of this spatial reference system. |
int |
getID()
Gets the ID for this spatial reference system. |
java.lang.String |
getName()
Gets the name for this spatial reference system. |
java.lang.String |
getWellKnownText()
|
java.lang.String |
getWellKnowText()
Gets the well-known text string for this spatial reference system. |
boolean |
isGeographicCS()
Returns true if this spatial reference system is a geographic coordinate system. |
boolean |
isNonEarthCS()
Returns true if this spatial reference system is a non-Earth coordinate system. |
boolean |
isProjectedCS()
Returns true if this spatial reference system is a projected coordinate system. |
boolean |
sameAs(SpatialReference srs)
Checks whether this spatial reference system is effectively the same as ref2 . |
void |
setDimension(int dim)
|
void |
setID(int id)
|
void |
setName(java.lang.String name)
|
void |
setWellKnownText(java.lang.String wkText)
|
void |
setWellKnowText(java.lang.String wkText)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public srsHolder()
public srsHolder(int srid)
public srsHolder(int srid, java.lang.String wkText)
Method Detail |
public int getID()
SpatialReference
getID
in interface SpatialReference
public void setID(int id)
public int getDimension()
SpatialReference
getDimension
in interface SpatialReference
public void setDimension(int dim)
public boolean isGeographicCS()
SpatialReference
isGeographicCS
in interface SpatialReference
public boolean isProjectedCS()
SpatialReference
isProjectedCS
in interface SpatialReference
public boolean isNonEarthCS()
SpatialReference
isNonEarthCS
in interface SpatialReference
public boolean sameAs(SpatialReference srs)
SpatialReference
ref2
. The equality test ignores
the differences in IDs and Names. Rather, it compares the
datum, spheroid, projection type, and parameters and units used.sameAs
in interface SpatialReference
public java.lang.String getName()
SpatialReference
getName
in interface SpatialReference
public void setName(java.lang.String name)
public java.lang.String getWellKnowText()
SpatialReference
getWellKnowText
in interface SpatialReference
public void setWellKnowText(java.lang.String wkText)
public java.lang.String getWellKnownText()
public void setWellKnownText(java.lang.String wkText)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |