Interface FeatureWith.FeatureWithGeometry

    • Method Detail

      • getGeometry

        org.locationtech.jts.geom.Geometry getGeometry()
        Get feature geometry
        Returns:
        Feature geometry
      • setGeometry

        void setGeometry​(org.locationtech.jts.geom.Geometry geometry)
        Set feature geometry, checks whether srid is valid
        Parameters:
        geometry - Geometry to set
      • isSetGeometry

        default boolean isSetGeometry()
        Check whether geometry is set
        Returns:
        true, if geometry is set