public abstract class AbstractLayer extends Object implements Layer
Modifier and Type | Field and Description |
---|---|
protected String |
name |
protected Projection |
projection |
Constructor and Description |
---|
AbstractLayer(Projection p,
String name)
Creates an abstract layer.
|
Modifier and Type | Method and Description |
---|---|
abstract BoundingBox |
boundingBox()
The bounding box of this Layer
|
String |
getName()
Gets the name of this Layer
|
Projection |
getProjection()
The projection of this Layer
|
protected final String name
protected Projection projection
public AbstractLayer(Projection p, String name)
p
- the projection system of this Layername
- the name of this Layerpublic String getName()
public Projection getProjection()
public abstract BoundingBox boundingBox()
boundingBox
in interface Layer