public class CloseLocation extends Object implements Comparable<CloseLocation>
| Constructor and Description |
|---|
CloseLocation(AbstractRecordLayer layer,
LayerRecord object,
Segment segment,
Point point) |
CloseLocation(AbstractRecordLayer layer,
LayerRecord object,
Vertex vertex) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(CloseLocation location) |
boolean |
equals(Object other) |
<G extends Geometry> |
getGeometry() |
GeometryFactory |
getGeometryFactory() |
Object |
getId() |
String |
getIdFieldName() |
String |
getIndexString() |
AbstractRecordLayer |
getLayer() |
String |
getLayerPath() |
Point |
getPoint() |
LayerRecord |
getRecord() |
RecordDefinition |
getRecordDefinition() |
Segment |
getSegment() |
int[] |
getSegmentId() |
String |
getType() |
Vertex |
getVertex() |
int[] |
getVertexId() |
int |
hashCode() |
String |
toString() |
public CloseLocation(AbstractRecordLayer layer, LayerRecord object, Segment segment, Point point)
public CloseLocation(AbstractRecordLayer layer, LayerRecord object, Vertex vertex)
public int compareTo(CloseLocation location)
compareTo in interface Comparable<CloseLocation>public <G extends Geometry> G getGeometry()
public GeometryFactory getGeometryFactory()
public Object getId()
public String getIdFieldName()
public String getIndexString()
public AbstractRecordLayer getLayer()
public String getLayerPath()
public Point getPoint()
public LayerRecord getRecord()
public RecordDefinition getRecordDefinition()
public Segment getSegment()
public int[] getSegmentId()
public String getType()
public Vertex getVertex()
public int[] getVertexId()
Copyright © 2015 Revolution Systems Inc.. All rights reserved.