Interface ISextanteLayer
-
- All Superinterfaces:
ISextanteDataObject
- All Known Subinterfaces:
ISextanteRasterLayer
- All Known Implementing Classes:
AbstractSextanteRasterLayer
,OpenJUMPSextanteRasterLayer
public interface ISextanteLayer extends ISextanteDataObject
Interface for layers- Author:
- volaya
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
getCRS()
Returns an object with information about the CRS associated to this layer.Rectangle2D
getFullExtent()
Returns the extent covered by the layer-
Methods inherited from interface org.openjump.core.rasterimage.sextante.ISextanteDataObject
close, getBaseDataObject, getFilename, getName, open, postProcess, setName
-
-
-
-
Method Detail
-
getFullExtent
Rectangle2D getFullExtent()
Returns the extent covered by the layer- Returns:
- the extent of the layer
-
getCRS
Object getCRS()
Returns an object with information about the CRS associated to this layer. The class of this object depends on the implementation of this interface- Returns:
- An object with information about the CRS used for this layer (i.e. a string with a EPSG code)
-
-