public abstract class Curve extends Geometry
| Modifier | Constructor and Description |
|---|---|
protected |
Curve(GeometryType type,
boolean hasZ,
boolean hasM)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
abstract Point |
endPoint()
Get the end Point of this Curve
|
boolean |
isClosed()
Determine if this Curve is closed (start point = end point)
|
boolean |
isRing()
Determine if this Curve is a ring (closed and simple)
|
abstract Point |
startPoint()
Get the start Point of this Curve
|
copy, equals, getCentroid, getDimension, getEnvelope, getGeometryType, hashCode, hasM, hasZ, is3D, isEmpty, isMeasured, isSimpleprotected Curve(GeometryType type, boolean hasZ, boolean hasM)
type - geometry typehasZ - has zhasM - has mpublic abstract Point startPoint()
public abstract Point endPoint()
public boolean isClosed()
public boolean isRing()
Copyright © 2019 National Geospatial-Intelligence Agency. All rights reserved.