Class SpatialReferenceSystemID

java.lang.Object
com.vividsolutions.jump.datastore.SpatialReferenceSystemID

public class SpatialReferenceSystemID extends Object
Represents an ID used by DataStores to refer to a particular Spatial Reference System. Often an integer value.
  • Constructor Details

    • SpatialReferenceSystemID

      public SpatialReferenceSystemID()
    • SpatialReferenceSystemID

      public SpatialReferenceSystemID(String sridString)
    • SpatialReferenceSystemID

      public SpatialReferenceSystemID(int srid)
  • Method Details

    • getInt

      public int getInt()
    • getString

      public String getString()
    • isNull

      public boolean isNull()