Class Geometry

    • Constructor Detail

      • Geometry

        public Geometry​(BoundingBox bbox)
        Instantiates a new geometry.
        Parameters:
        bbox - the bbox
    • Method Detail

      • getType

        @NotNull
        public @NotNull Geometry.TypeEnum getType()
        The geometry type.
        Returns:
        type type
      • setType

        public void setType​(Geometry.TypeEnum type)
        Sets type.
        Parameters:
        type - the type
      • getBbox

        public BoundingBox getBbox()
        Get bounding box.
        Returns:
        bbox bbox
      • setBbox

        public void setBbox​(BoundingBox bbox)
        Sets bbox.
        Parameters:
        bbox - the bbox