public class SaveShape extends Task
Modifier and Type | Class and Description |
---|---|
static class |
SaveShape.FormatEnum
Format.
|
Task.TypeEnum
Constructor and Description |
---|
SaveShape() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
SaveShape |
format(SaveShape.FormatEnum format) |
SaveShape.FormatEnum |
getFormat()
Format.
|
IShapeExportOptions |
getOptions()
Save options.
|
OutputFile |
getOutput()
Output file.
|
String |
getShapePath()
Shape path.
|
int |
hashCode() |
SaveShape |
options(IShapeExportOptions options) |
SaveShape |
output(OutputFile output) |
void |
setFormat(SaveShape.FormatEnum format) |
void |
setOptions(IShapeExportOptions options) |
void |
setOutput(OutputFile output) |
void |
setShapePath(String shapePath) |
SaveShape |
shapePath(String shapePath) |
String |
toString() |
public SaveShape format(SaveShape.FormatEnum format)
public SaveShape.FormatEnum getFormat()
public void setFormat(SaveShape.FormatEnum format)
public String getShapePath()
public void setShapePath(String shapePath)
public SaveShape output(OutputFile output)
public OutputFile getOutput()
public void setOutput(OutputFile output)
public SaveShape options(IShapeExportOptions options)
public IShapeExportOptions getOptions()
public void setOptions(IShapeExportOptions options)
Copyright © 2021. All rights reserved.