public class SegmentData
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
SEGMENT_POSITION_FIRST |
static int |
SEGMENT_POSITION_LAST |
static int |
SEGMENT_POSITION_MIDDLE |
Constructor and Description |
---|
SegmentData(Feature feature,
Point inputPoint) |
Modifier and Type | Method and Description |
---|---|
Feature |
getFeature() |
Geometry |
getGeometry() |
java.lang.Integer |
getIdxVertex() |
Line |
getLine() |
java.lang.Integer |
getPosition() |
Primitive |
getPrimitive() |
Point |
getProjectedPoint() |
boolean |
isFilled() |
public static final int SEGMENT_POSITION_FIRST
public static final int SEGMENT_POSITION_MIDDLE
public static final int SEGMENT_POSITION_LAST
public Feature getFeature()
public Geometry getGeometry()
public Primitive getPrimitive()
public Point getProjectedPoint()
public Line getLine()
public java.lang.Integer getIdxVertex()
public java.lang.Integer getPosition() throws GeometryOperationNotSupportedException, GeometryOperationException
public boolean isFilled()