|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LineSegmentXZ | |
---|---|
org.osm2world.core.map_data.data | |
org.osm2world.core.map_data.data.overlaps | |
org.osm2world.core.math | classes for geometric objects that are used throughout OSM2World |
Uses of LineSegmentXZ in org.osm2world.core.map_data.data |
---|
Methods in org.osm2world.core.map_data.data that return LineSegmentXZ | |
---|---|
LineSegmentXZ |
MapSegment.getLineSegment()
|
Uses of LineSegmentXZ in org.osm2world.core.map_data.data.overlaps |
---|
Methods in org.osm2world.core.map_data.data.overlaps that return types with arguments of type LineSegmentXZ | |
---|---|
Collection<LineSegmentXZ> |
MapOverlapWA.getOverlappedSegments()
|
Collection<LineSegmentXZ> |
MapOverlapWA.getSharedSegments()
|
Uses of LineSegmentXZ in org.osm2world.core.math |
---|
Methods in org.osm2world.core.math that return LineSegmentXZ | |
---|---|
LineSegmentXZ |
LineSegmentXYZ.getSegmentXZ()
|
Methods in org.osm2world.core.math that return types with arguments of type LineSegmentXZ | |
---|---|
List<LineSegmentXZ> |
PolygonXZ.getSegments()
|
List<LineSegmentXZ> |
SimplePolygonXZ.getSegments()
|
Methods in org.osm2world.core.math with parameters of type LineSegmentXZ | |
---|---|
boolean |
PolygonWithHolesXZ.contains(LineSegmentXZ lineSegment)
|
static double |
GeometryUtil.distanceFromLineSegment(VectorXZ p,
LineSegmentXZ s)
returns the closest distance between point p and line segment s |
Collection<VectorXZ> |
PolygonWithHolesXZ.intersectionPositions(LineSegmentXZ lineSegment)
|
Collection<? extends VectorXZ> |
PolygonXZ.intersectionPositions(LineSegmentXZ lineSegment)
|
boolean |
PolygonWithHolesXZ.intersects(LineSegmentXZ lineSegment)
|
boolean |
PolygonXZ.intersects(LineSegmentXZ lineSegment)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |