public class CompoundCurve extends Curve
| Constructor and Description |
|---|
CompoundCurve()
Constructor
|
CompoundCurve(boolean hasZ,
boolean hasM)
Constructor
|
CompoundCurve(CompoundCurve compoundCurve)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
addLineString(LineString lineString)
Add a line string
|
Geometry |
copy()
Copy the geometry
|
List<LineString> |
getLineStrings()
Get the line strings
|
int |
numLineStrings()
Get the number of line strings
|
void |
setLineStrings(List<LineString> lineStrings)
Set the line strings
|
getGeometryType, getWkbCode, hasM, hasZpublic CompoundCurve()
public CompoundCurve(boolean hasZ,
boolean hasM)
hasZ - has zhasM - has mpublic CompoundCurve(CompoundCurve compoundCurve)
compoundCurve - compound Curve to copypublic List<LineString> getLineStrings()
public void setLineStrings(List<LineString> lineStrings)
lineStrings - line stringspublic void addLineString(LineString lineString)
lineString - line stringpublic int numLineStrings()
Copyright © 2017 National Geospatial-Intelligence Agency. All rights reserved.