oracle.sdoapi.sref
Interface NonEarthCS

All Superinterfaces:
java.io.Serializable, SpatialReference

public interface NonEarthCS
extends SpatialReference

Interface for non-Earth coordinate systems. This interface is still under development. Do not use it until further notice.


Method Summary
 AngularUnit getAngularUnit()
           
 LinearUnit getLinearUnit()
           
 
Methods inherited from interface oracle.sdoapi.sref.SpatialReference
getDimension, getID, getName, getWellKnowText, isGeographicCS, isNonEarthCS, isProjectedCS, sameAs
 

Method Detail

getLinearUnit

public LinearUnit getLinearUnit()

getAngularUnit

public AngularUnit getAngularUnit()