public class ImportShapes extends Task
Task.TaskTarget
swigCMemOwn
Constructor and Description |
---|
ImportShapes() |
Modifier and Type | Method and Description |
---|---|
Shape.BoundaryType |
getBoundaryType()
Boundary type to be applied to imported shapes.
|
java.lang.String |
getColumns()
Column order in csv format (n - label, x/y/z - coordinates, d - description, [] - group of multiple values, | - column separator within group).
|
CoordinateSystem |
getCRS()
Reference data coordinate system (csv format only).
|
java.lang.String |
getDelimiter()
Column delimiter in csv format.
|
ShapesFormat |
getFormat()
Shapes format.
|
boolean |
getGroupDelimiters()
Combine consequitive delimiters in csv format.
|
java.lang.String |
getPath()
Path to shape file.
|
boolean |
getReplace()
Replace current shapes with new data.
|
int |
getSkipRows()
Number of rows to skip in (csv format only).
|
void |
setBoundaryType(Shape.BoundaryType value)
Boundary type to be applied to imported shapes.
|
void |
setColumns(java.lang.String value)
Column order in csv format (n - label, x/y/z - coordinates, d - description, [] - group of multiple values, | - column separator within group).
|
void |
setCRS(CoordinateSystem value)
Reference data coordinate system (csv format only).
|
void |
setDelimiter(java.lang.String value)
Column delimiter in csv format.
|
void |
setFormat(ShapesFormat value)
Shapes format.
|
void |
setGroupDelimiters(boolean value)
Combine consequitive delimiters in csv format.
|
void |
setPath(java.lang.String value)
Path to shape file.
|
void |
setReplace(boolean value)
Replace current shapes with new data.
|
void |
setSkipRows(int value)
Number of rows to skip in (csv format only).
|
apply, apply, close, delete, finalize, getCPtr, getGpuSupport, getName, getParameter, getParameterNames, getTarget, getWorkitemCount, setParameter, setWorkitemCount, toNetworkTask, toNetworkTask, toNetworkTask, toNetworkTask
public void setBoundaryType(Shape.BoundaryType value)
public Shape.BoundaryType getBoundaryType()
public void setColumns(java.lang.String value)
public java.lang.String getColumns()
public void setCRS(CoordinateSystem value)
public CoordinateSystem getCRS()
public void setDelimiter(java.lang.String value)
public java.lang.String getDelimiter()
public void setFormat(ShapesFormat value)
public ShapesFormat getFormat()
public void setGroupDelimiters(boolean value)
public boolean getGroupDelimiters()
public void setPath(java.lang.String value)
public java.lang.String getPath()
public void setReplace(boolean value)
public boolean getReplace()
public void setSkipRows(int value)
public int getSkipRows()