Class Srs

Object
Srs

public class Srs extends Object
Metadata to create a new spatial reference system in SAP HANA.
Author:
Stefan Uhrig, SAP SE
  • Constructor Details

  • Method Details

    • getName

      public String getName()
    • getSrid

      public int getSrid()
    • getOrganization

      public String getOrganization()
    • getOrganizationId

      public int getOrganizationId()
    • getWkt

      public String getWkt()
    • getProj4

      public String getProj4()
    • getLinearUom

      public String getLinearUom()
    • getAngularUom

      public String getAngularUom()
    • getType

      public Srs.Type getType()
    • getMajorAxis

      public Double getMajorAxis()
    • getMinorAxis

      public Double getMinorAxis()
    • getInverseFlattening

      public Double getInverseFlattening()
    • getMinX

      public double getMinX()
    • getMaxX

      public double getMaxX()
    • getMinY

      public double getMinY()
    • getMaxY

      public double getMaxY()