public class GeometryCollectionStyle extends Style
swigCMemOwn
构造器和说明 |
---|
GeometryCollectionStyle(long cPtr,
boolean cMemoryOwn) |
GeometryCollectionStyle(PointStyle pointStyle,
LineStyle lineStyle,
PolygonStyle polygonStyle) |
限定符和类型 | 方法和说明 |
---|---|
void |
delete() |
protected void |
finalize() |
static long |
getCPtr(GeometryCollectionStyle obj) |
LineStyle |
getLineStyle()
Returns the line style.
|
PointStyle |
getPointStyle()
Returns the point style.
|
PolygonStyle |
getPolygonStyle()
Returns the polygon style.
|
static GeometryCollectionStyle |
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.
|
public GeometryCollectionStyle(long cPtr, boolean cMemoryOwn)
public GeometryCollectionStyle(PointStyle pointStyle, LineStyle lineStyle, PolygonStyle polygonStyle)
public static long getCPtr(GeometryCollectionStyle obj)
public static GeometryCollectionStyle swigCreatePolymorphicInstance(long cPtr, boolean cMemoryOwn)
cPtr
- The native pointer of the instance.cMemoryOwn
- The ownership flag.public PointStyle getPointStyle()
public LineStyle getLineStyle()
public PolygonStyle getPolygonStyle()
public java.lang.String swigGetClassName()
swigGetClassName
在类中 Style
public java.lang.Object swigGetDirectorObject()
swigGetDirectorObject
在类中 Style