| Package | Description |
|---|---|
| com.revolsys.swing.map.layer.record | |
| com.revolsys.swing.map.overlay |
| Modifier and Type | Method and Description |
|---|---|
List<LayerRecord> |
AbstractRecordLayer.splitRecord(LayerRecord record,
CloseLocation mouseLocation) |
| Modifier and Type | Method and Description |
|---|---|
protected CloseLocation |
AbstractOverlay.findCloseLocation(AbstractRecordLayer layer,
LayerRecord record,
Geometry geometry,
BoundingBox boundingBox) |
protected CloseLocation |
AbstractOverlay.findCloseLocation(LayerRecord record,
BoundingBox boundingBox) |
protected CloseLocation |
AbstractOverlay.findCloseVertexLocation(AbstractRecordLayer layer,
LayerRecord record,
Geometry geometry,
BoundingBox boundingBox) |
| Modifier and Type | Method and Description |
|---|---|
List<CloseLocation> |
MeasureOverlay.getMouseOverLocations() |
List<CloseLocation> |
EditGeometryOverlay.getMouseOverLocations() |
Map<Point,Set<CloseLocation>> |
AbstractOverlay.getSnapPointLocationMap() |
| Modifier and Type | Method and Description |
|---|---|
int |
CloseLocation.compareTo(CloseLocation location) |
protected Geometry |
MeasureOverlay.getVertexGeometry(MouseEvent event,
CloseLocation location) |
protected Geometry |
EditGeometryOverlay.getVertexGeometry(MouseEvent event,
CloseLocation location) |
protected UndoableEdit |
EditGeometryOverlay.setGeometry(CloseLocation location,
Geometry newGeometry) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractOverlay.appendLocations(StringBuilder text,
String title,
Map<String,Set<CloseLocation>> vertexLocations) |
protected boolean |
MeasureOverlay.setMouseOverLocations(List<CloseLocation> mouseOverLocations) |
protected boolean |
EditGeometryOverlay.setMouseOverLocations(List<CloseLocation> mouseOverLocations) |
protected boolean |
AbstractOverlay.setSnapLocations(Map<Point,Set<CloseLocation>> snapLocations) |
Copyright © 2015 Revolution Systems Inc.. All rights reserved.