Class SpatialReferencePrecisionDescriptor

    • Constructor Detail

      • SpatialReferencePrecisionDescriptor

        public SpatialReferencePrecisionDescriptor()
    • Method Detail

      • getFalseX

        public double getFalseX()
      • getFalseY

        public double getFalseY()
      • getFalseZ

        public double getFalseZ()
      • getFalseM

        public double getFalseM()
      • getGridUnitsXY

        public double getGridUnitsXY()
      • getGridUnitsZ

        public double getGridUnitsZ()
      • getGridUnitsM

        public double getGridUnitsM()
      • setTolerance

        public void setTolerance​(int semantics,
                                 double tol)
      • getTolerance

        public double getTolerance​(int semantics)
      • setGridParams

        public void setGridParams​(double falseX,
                                  double falseY,
                                  double unitsXY)
      • setZParams

        public void setZParams​(double falseZ,
                               double unitsZ)
      • setMParams

        public void setMParams​(double falseM,
                               double unitsM)
      • getXYGridRange

        public Envelope2D getXYGridRange()
        Returns the grid's coordinate range. (Equiv. to ISpatial_reference.GetDomain()). Usually databases would allow storing coordinates inside this range only.
        Returns:
        The XY grid range. See also SpatialReference.getFullWorldExtent().
      • getZGridRange

        public Envelope1D getZGridRange()
      • getMGridRange

        public Envelope1D getMGridRange()
      • getResolution

        public double getResolution​(int semantics)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object