public class GeometryCollection extends VectorElement
swigCMemOwn
构造器和说明 |
---|
GeometryCollection(long cPtr,
boolean cMemoryOwn) |
GeometryCollection(MultiGeometry geometry,
GeometryCollectionStyle style)
Constructs a new GeometryCollection object from multigeometry and style.
|
限定符和类型 | 方法和说明 |
---|---|
void |
delete() |
protected void |
finalize() |
static long |
getCPtr(GeometryCollection obj) |
MultiGeometry |
getGeometry()
返回描述矢量元素空间位置的几何对象。
|
GeometryCollectionStyle |
getStyle()
Returns the style of this geometry collection.
|
void |
setGeometry(MultiGeometry geometry)
Sets the geometry for this geometry collection.
|
void |
setStyle(GeometryCollectionStyle style)
Sets the style for this geometry collection.
|
static GeometryCollection |
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.
|
attachTerrain, attachTerrain, autoNotifyElementChanged, equals, getBounds, getCPtr, getId, getInternalElevation, getMetaData, getMetaDataElement, hashCode, hasInternalElevation, isVisible, notifyElementChanged, setId, setMetaData, setMetaDataElement, setVisible
public GeometryCollection(long cPtr, boolean cMemoryOwn)
public GeometryCollection(MultiGeometry geometry, GeometryCollectionStyle style)
geometry
- The multigeometry containing possibly points, lines, polygons.style
- The style defining multigeometry rendering.public static long getCPtr(GeometryCollection obj)
protected void finalize()
finalize
在类中 VectorElement
public void delete()
delete
在类中 VectorElement
public static GeometryCollection swigCreatePolymorphicInstance(long cPtr, boolean cMemoryOwn)
cPtr
- The native pointer of the instance.cMemoryOwn
- The ownership flag.public MultiGeometry getGeometry()
VectorElement
getGeometry
在类中 VectorElement
public void setGeometry(MultiGeometry geometry)
geometry
- The new geometry object.public GeometryCollectionStyle getStyle()
public void setStyle(GeometryCollectionStyle style)
style
- The new style that defines defines multigeometry rendering.public java.lang.String swigGetClassName()
swigGetClassName
在类中 VectorElement
public java.lang.Object swigGetDirectorObject()
swigGetDirectorObject
在类中 VectorElement