public class VectorDataSource
extends java.lang.Object
限定符和类型 | 字段和说明 |
---|---|
protected boolean |
swigCMemOwn |
限定符 | 构造器和说明 |
---|---|
|
VectorDataSource(long cPtr,
boolean cMemoryOwn) |
protected |
VectorDataSource(Projection projection)
Constructs an abstract VectorDataSource object.
|
限定符和类型 | 方法和说明 |
---|---|
void |
delete() |
protected void |
finalize() |
static long |
getCPtr(VectorDataSource obj) |
Projection |
getProjection()
Returns the projection used by this data source.
|
VectorData |
loadElements(CullState cullState)
Loads all the elements within the defined envelope.
|
void |
notifyElementChanged(VectorElement element) |
void |
notifyElementsChanged()
Notifies listeners that all vector elements have changed.
|
void |
notifyElementsChanged(VectorElementVector elements) |
static VectorDataSource |
swigCreatePolymorphicInstance(long cPtr,
boolean cMemoryOwn)
Creates a polymorphic instance of the given native object.
|
protected void |
swigDirectorDisconnect() |
java.lang.String |
swigGetClassName()
Returns the actual class name of this object.
|
java.lang.Object |
swigGetDirectorObject()
Returns the connected director object.
|
void |
swigReleaseOwnership() |
void |
swigTakeOwnership() |
public VectorDataSource(long cPtr, boolean cMemoryOwn)
protected VectorDataSource(Projection projection)
projection
- The projection used by this data source.public static long getCPtr(VectorDataSource obj)
protected void finalize()
finalize
在类中 java.lang.Object
public void delete()
protected void swigDirectorDisconnect()
public void swigReleaseOwnership()
public void swigTakeOwnership()
public static VectorDataSource swigCreatePolymorphicInstance(long cPtr, boolean cMemoryOwn)
cPtr
- The native pointer of the instance.cMemoryOwn
- The ownership flag.public Projection getProjection()
public VectorData loadElements(CullState cullState)
cullState
- State for describing view parameters and conservative view envelope.public void notifyElementsChanged()
public void notifyElementChanged(VectorElement element)
public void notifyElementsChanged(VectorElementVector elements)
public java.lang.String swigGetClassName()
public java.lang.Object swigGetDirectorObject()