Uses of Class
org.pentaho.di.core.geospatial.SRS

Packages that use SRS
org.pentaho.di.core.geospatial   
org.pentaho.di.core.row   
 

Uses of SRS in org.pentaho.di.core.geospatial
 

Fields in org.pentaho.di.core.geospatial declared as SRS
static SRS SRS.UNKNOWN
           
 

Methods in org.pentaho.di.core.geospatial that return SRS
static SRS SRS.createFromEPSG(String srid)
           
 

Methods in org.pentaho.di.core.geospatial with parameters of type SRS
 int SRS.compareTo(SRS other)
           
static com.vividsolutions.jts.geom.Geometry GeometryUtils.makeEmptyGeometry(SRS srs)
          Constructs an empty Geometry (i.e.
 

Uses of SRS in org.pentaho.di.core.row
 

Methods in org.pentaho.di.core.row that return SRS
 SRS ValueMetaInterface.getGeometrySRS()
           
 SRS ValueMeta.getGeometrySRS()
          Returns the SRS metadata (makes sense only for a Geometry field)
 

Methods in org.pentaho.di.core.row with parameters of type SRS
 void ValueMetaInterface.setGeometrySRS(SRS s)
           
 void ValueMeta.setGeometrySRS(SRS geometrySRS)
          Set a new SRS metadata (makes sense only for a Geometry field)