Class Zone<T>


  • public final class Zone<T>
    extends Object
    Representation of a spatial zone. This class is just a wrapper for feature of type "Zone" providing some convenience methods.
    Author:
    illenberger
    • Constructor Detail

      • Zone

        public Zone​(org.locationtech.jts.geom.Geometry geometry)
        Creates a new zone wrapping feature.
        Parameters:
        feature - a feature of type Zone#FEATURE_TYPE_NAME
    • Method Detail

      • getGeometry

        public org.locationtech.jts.geom.Geometry getGeometry()
        Returns the default geometry of the wrapped feature.
        Returns:
        the default geometry of the wrapped feature.