public class CompoundCurve extends Curve
| Constructor and Description |
|---|
CompoundCurve(boolean hasZ,
boolean hasM)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
addLineString(LineString lineString)
Add a line string
|
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(boolean hasZ,
boolean hasM)
hasZ - has zhasM - has mpublic List<LineString> getLineStrings()
public void setLineStrings(List<LineString> lineStrings)
lineStrings - line stringspublic void addLineString(LineString lineString)
lineString - line stringpublic int numLineStrings()
Copyright © 2015 National Geospatial-Intelligence Agency. All rights reserved.