public class VectorLayer extends Layer
swigCMemOwn| Constructor and Description |
|---|
VectorLayer(long cPtr,
boolean cMemoryOwn) |
VectorLayer(VectorDataSource dataSource)
Constructs a VectorLayer object from a data source.
|
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
protected void |
finalize() |
static long |
getCPtr(VectorLayer obj) |
VectorDataSource |
getDataSource()
Returns the vector data source of this vector layer.
|
boolean |
isUpdateInProgress()
Tests whether this layer is being currently updated.
|
static VectorLayer |
swigCreatePolymorphicInstance(long cPtr,
boolean cMemoryOwn)
Creates a polymorphic instance of the given native object.
|
java.lang.String |
swigGetClassName()
Returns the actual class name of this object.
|
java.lang.Object |
swigGetDirectorObject()
Returns the connected director object.
|
equals, getCPtr, getPriority, getVisibleZoomRange, hashCode, isVisible, refresh, setPriority, setVisible, setVisibleZoomRange, updatepublic VectorLayer(long cPtr,
boolean cMemoryOwn)
public VectorLayer(VectorDataSource dataSource)
dataSource - The data source from which this layer loads data.public static long getCPtr(VectorLayer obj)
public static VectorLayer swigCreatePolymorphicInstance(long cPtr, boolean cMemoryOwn)
public VectorDataSource getDataSource()
public boolean isUpdateInProgress()
LayerisUpdateInProgress in class Layerpublic java.lang.String swigGetClassName()
swigGetClassName in class Layerpublic java.lang.Object swigGetDirectorObject()
swigGetDirectorObject in class Layer