Class BoundingShape

    • Constructor Detail

      • BoundingShape

        public BoundingShape()
      • BoundingShape

        public BoundingShape​(Envelope envelope)
      • BoundingShape

        public BoundingShape​(BoundingBox boundingBox)
    • Method Detail

      • isEmpty

        public boolean isEmpty()
      • getEnvelope

        public Envelope getEnvelope()
      • getNull

        public Null getNull()
      • isSetEnvelope

        public boolean isSetEnvelope()
      • isSetNull

        public boolean isSetNull()
      • setEnvelope

        public void setEnvelope​(Envelope envelope)
      • setEnvelope

        public void setEnvelope​(BoundingBox boundingBox)
      • updateEnvelope

        public void updateEnvelope​(BoundingBox boundingBox)
      • updateEnvelope

        public void updateEnvelope​(Envelope envelope)
      • setNull

        public void setNull​(Null _null)
      • unsetEnvelope

        public void unsetEnvelope()
      • unsetNull

        public void unsetNull()
      • isSetParent

        public boolean isSetParent()
        Specified by:
        isSetParent in interface Child
      • unsetParent

        public void unsetParent()
        Specified by:
        unsetParent in interface Child
      • copyTo

        public java.lang.Object copyTo​(java.lang.Object target,
                                       CopyBuilder copyBuilder)
        Specified by:
        copyTo in interface Copyable