public class ExportShapes extends Task
Task.TaskTargetswigCMemOwn| Modifier | Constructor and Description |
|---|---|
|
ExportShapes() |
protected |
ExportShapes(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
protected void |
finalize() |
protected static long |
getCPtr(ExportShapes obj) |
CoordinateSystem |
getCRS()
Output coordinate system.
|
ShapesFormat |
getFormat()
Export format.
|
int[] |
getGroups()
A list of shape groups to export.
|
java.lang.String |
getPath()
Path to shape file.
|
boolean |
getPolygonsAsPolylines()
Save polygons as polylines.
|
boolean |
getSaveAttributes()
Export attributes.
|
boolean |
getSaveLabels()
Export labels.
|
boolean |
getSavePoints()
Export points.
|
boolean |
getSavePolygons()
Export polygons.
|
boolean |
getSavePolylines()
Export polylines.
|
Vector3d |
getShift()
Optional shift to be applied to vertex coordinates.
|
void |
setCRS(CoordinateSystem value)
Output coordinate system.
|
void |
setFormat(ShapesFormat value)
Export format.
|
void |
setGroups(int[] value)
A list of shape groups to export.
|
void |
setPath(java.lang.String value)
Path to shape file.
|
void |
setPolygonsAsPolylines(boolean value)
Save polygons as polylines.
|
void |
setSaveAttributes(boolean value)
Export attributes.
|
void |
setSaveLabels(boolean value)
Export labels.
|
void |
setSavePoints(boolean value)
Export points.
|
void |
setSavePolygons(boolean value)
Export polygons.
|
void |
setSavePolylines(boolean value)
Export polylines.
|
void |
setShift(Vector3d value)
Optional shift to be applied to vertex coordinates.
|
apply, apply, getCPtr, getName, getParameter, getParameterNames, getTarget, getWorkitemCount, isGPUSupported, setParameter, setWorkitemCount, toNetworkTask, toNetworkTask, toNetworkTask, toNetworkTaskprotected ExportShapes(long cPtr,
boolean cMemoryOwn)
public ExportShapes()
protected static long getCPtr(ExportShapes obj)
public void setCRS(CoordinateSystem value)
public CoordinateSystem getCRS()
public void setFormat(ShapesFormat value)
public ShapesFormat getFormat()
public void setGroups(int[] value)
public int[] getGroups()
public void setPath(java.lang.String value)
public java.lang.String getPath()
public void setPolygonsAsPolylines(boolean value)
public boolean getPolygonsAsPolylines()
public void setSaveAttributes(boolean value)
public boolean getSaveAttributes()
public void setSaveLabels(boolean value)
public boolean getSaveLabels()
public void setSavePoints(boolean value)
public boolean getSavePoints()
public void setSavePolygons(boolean value)
public boolean getSavePolygons()
public void setSavePolylines(boolean value)
public boolean getSavePolylines()
public void setShift(Vector3d value)
public Vector3d getShift()