Class EnvelopeOrGeometry


  • public class EnvelopeOrGeometry
    extends Object
    TODO JavaDoc
    • Constructor Detail

      • EnvelopeOrGeometry

        public EnvelopeOrGeometry​(org.locationtech.jts.geom.Geometry geometry)
    • Method Detail

      • getGeometry

        public Optional<org.locationtech.jts.geom.Geometry> getGeometry()
      • isGeometry

        public boolean isGeometry()
      • isEnvelope

        public boolean isEnvelope()
      • getSRID

        public int getSRID()
      • getCoordinates

        public org.locationtech.jts.geom.Coordinate[] getCoordinates()
      • getCoordinate

        public org.locationtech.jts.geom.Coordinate getCoordinate()
      • toGeometry

        public org.locationtech.jts.geom.Geometry toGeometry()