public class TrimExtendParameters
extends com.google.gwt.core.client.JavaScriptObject
Modifier and Type | Class and Description |
---|---|
static class |
TrimExtendParameters.ExtendType |
Modifier and Type | Method and Description |
---|---|
static TrimExtendParameters |
create()
Creates a new TrimExtendParameters object.
|
TrimExtendParameters.ExtendType |
getExtendHow()
A flag used along with the trimExtend operation.
|
com.google.gwt.core.client.JsArray<Polyline> |
getPolylines()
The array of polylines to trim or extend.
|
Polyline |
getTrimExtendTo()
A polyline used as a guide for trimming or extending input polylines.
|
void |
setExtendHow(TrimExtendParameters.ExtendType extendHow)
Set the extend how parameter.
|
void |
setPolylines(Polyline[] polylines)
Set the polylines parameter.
|
void |
setTrimExtendTo(Polyline trimExtendTo)
Set the trim extend to parameter.
|
public static TrimExtendParameters create()
public final TrimExtendParameters.ExtendType getExtendHow()
public final void setExtendHow(TrimExtendParameters.ExtendType extendHow)
extendHow
- - A flag used along with the trimExtend operation.public final com.google.gwt.core.client.JsArray<Polyline> getPolylines()
public final void setPolylines(Polyline[] polylines)
polylines
- - The array of polylines to trim or extend. The structure of each geometry in the array
is the same as the structure of the JSON polyline objects returned by the ArcGIS REST API.public final Polyline getTrimExtendTo()
public final void setTrimExtendTo(Polyline trimExtendTo)
trimExtendTo
- - A polyline used as a guide for trimming or extending input polylines. The structure of the
polyline is the same as the structure of the JSON polyline object returned by the ArcGIS REST API.