|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for Geographic Coordinate Systems. Concrete geographic coordinate systems are always created by the SRManager.
Method Summary | |
AngularUnit |
getAngularUnit()
Gets the angular unit used by this SRS. |
GeodeticDatum |
getDatum()
Gets the geodetic datum used by this SRS. |
int |
getDatumID()
Gets the (internal) id for the geodetic datum used by this SRS. |
java.lang.String |
getDatumName()
Gets the name for the geodetic datum used by this SRS. |
int |
getID()
Gets the ID for this spatial reference system. |
java.lang.String |
getPrimeMeridanName()
Gets the name of the prime meridian used by this SRS. |
PrimeMeridian |
getPrimeMeridian()
Gets the prime meridian object used by this SRS. |
int |
getPrimeMeridianID()
Gets the (internal) id of the prime meridian used by this SRS. |
double |
getScaleFactor()
Gets the scale_factor for this SRS |
boolean |
llConvert(double[] in_lonlat,
GeographicCS target,
double[] out_lonlat)
Converts lon/lat points from this GeographicCS to the target geographic coordinate system. |
void |
setAngularUnit(AngularUnit unit)
Sets the angular unit used by this SRS. |
void |
setDatum(GeodeticDatum gd)
Sets the geodetic datum used by this SRS. |
void |
setID(int id)
|
void |
setPrimeMeridian(PrimeMeridian pm)
Sets the prime meridian object used by this SRS. |
void |
setScaleFactor(double sf)
Sets the scale factor for this geographic coordinate system. |
Methods inherited from interface oracle.sdoapi.sref.SpatialReference |
getDimension, getName, getWellKnowText, isGeographicCS, isNonEarthCS, isProjectedCS, sameAs |
Method Detail |
public GeodeticDatum getDatum()
public java.lang.String getDatumName()
public int getDatumID()
public PrimeMeridian getPrimeMeridian()
public java.lang.String getPrimeMeridanName()
public int getPrimeMeridianID()
public AngularUnit getAngularUnit()
public double getScaleFactor()
public void setDatum(GeodeticDatum gd)
public void setPrimeMeridian(PrimeMeridian pm)
public void setAngularUnit(AngularUnit unit)
public void setScaleFactor(double sf)
public int getID()
SpatialReference
getID
in interface SpatialReference
public void setID(int id)
public boolean llConvert(double[] in_lonlat, GeographicCS target, double[] out_lonlat)
in_lonlat
- input long/lat valuesout_lonlat
- output long/lat values
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |