Class RasterCell

    • Method Detail

      • getAttributes

        public Map<String,​Object> getAttributes()
        Gets all attributes of the RasterCell.
        Specified by:
        getAttributes in interface GeoElement
        Returns:
        all the attributes as name value pairs
        Since:
        100.8.0
      • getGeometry

        public Geometry getGeometry()
        Description copied from interface: GeoElement
        Gets the geometry of this geoelement.
        Specified by:
        getGeometry in interface GeoElement
        Returns:
        the geometry of this geoelement
      • setGeometry

        public void setGeometry​(Geometry geometry)
        Description copied from interface: GeoElement
        Sets the GeoElement's geometry.
        Specified by:
        setGeometry in interface GeoElement
        Parameters:
        geometry - the geometry to set