public class ExportShapes extends Task
Task.TaskTarget
swigCMemOwn
Constructor and Description |
---|
ExportShapes() |
Modifier and Type | Method and Description |
---|---|
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 |
getSaveElevation()
Export elevation values for 3D shapes.
|
boolean |
getSaveLabels()
Export labels.
|
boolean |
getSavePoints()
Export points.
|
boolean |
getSavePolygons()
Export polygons.
|
boolean |
getSavePolylines()
Export polylines.
|
Vector |
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 |
setSaveElevation(boolean value)
Export elevation values for 3D shapes.
|
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(Vector value)
Optional shift to be applied to vertex coordinates.
|
apply, apply, close, delete, finalize, getCPtr, getGpuSupport, getName, getParameter, getParameterNames, getTarget, getWorkitemCount, setParameter, setWorkitemCount, toNetworkTask, toNetworkTask, toNetworkTask, toNetworkTask
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 setSaveElevation(boolean value)
public boolean getSaveElevation()
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(Vector value)
public Vector getShift()