Interface GisFeature

    • Method Detail

      • getBounds2D

        Rectangle2D getBounds2D()
        Get the bounding box for this feature.
        Returns:
        rectangle bounding this feature
      • getNumPoints

        int getNumPoints()
        Get total number of points in all parts of this feature.
        Returns:
        total number of points in all parts of this feature.
      • getNumParts

        int getNumParts()
        Get number of parts comprising this feature.
        Returns:
        number of parts comprising this feature.
      • getGisParts

        Iterator getGisParts()
        Get the parts of this feature, in the form of an iterator.
        Returns:
        the iterator over the parts of this feature. Each part is a GisPart.