Uses of Class
org.pentaho.di.core.exception.KettleStepException

Packages that use KettleStepException
org.pentaho.di.core.geospatial   
 

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

Methods in org.pentaho.di.core.geospatial that throw KettleStepException
 org.opengis.referencing.crs.CoordinateReferenceSystem SRS.getCRS()
          Creates a CoordinateReferenceSystem object from the existing properties in this object.
 

Constructors in org.pentaho.di.core.geospatial that throw KettleStepException
SRS(org.opengis.referencing.crs.CoordinateReferenceSystem crs)
          Creates a new instance of SRS according to an existing CoordinateReferenceSystem object.
SRS(String wkt)
          Creates a new instance of SRS according to a WKT definition This is a convenience constructor.