|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LinearRing | |
|---|---|
| com.vividsolutions.jts.algorithm | Contains classes and interfaces implementing fundamental computational geometry algorithms. |
| com.vividsolutions.jts.geom | Contains the Geometry interface hierarchy and supporting classes. |
| com.vividsolutions.jts.geom.util | Provides classes that parse and modify Geometry objects. |
| com.vividsolutions.jts.geomgraph | Contains classes that implement topology graphs. |
| com.vividsolutions.jts.operation.polygonize | An API for polygonizing sets of lines. |
| com.vividsolutions.jts.operation.valid | Provides classes for testing the validity of geometries. |
| com.vividsolutions.jts.simplify | Classes which implement algorithms for simplifying or generalizing geometries. |
| Uses of LinearRing in com.vividsolutions.jts.algorithm |
|---|
| Constructors in com.vividsolutions.jts.algorithm with parameters of type LinearRing | |
|---|---|
MCPointInRing(LinearRing ring)
|
|
SimplePointInRing(LinearRing ring)
|
|
| Uses of LinearRing in com.vividsolutions.jts.geom |
|---|
| Fields in com.vividsolutions.jts.geom declared as LinearRing | |
|---|---|
protected LinearRing[] |
Polygon.holes
The interior boundaries, if any. |
protected LinearRing |
Polygon.shell
The exterior boundary, or null if this Polygon
is empty. |
| Methods in com.vividsolutions.jts.geom that return LinearRing | |
|---|---|
LinearRing |
GeometryFactory.createLinearRing(Coordinate[] coordinates)
Creates a LinearRing using the given Coordinates; a null or empty array will create an empty LinearRing. |
LinearRing |
GeometryFactory.createLinearRing(CoordinateSequence coordinates)
Creates a LinearRing using the given CoordinateSequence; a null or empty CoordinateSequence will create an empty LinearRing. |
static LinearRing[] |
GeometryFactory.toLinearRingArray(java.util.Collection linearRings)
Converts the List to an array. |
| Methods in com.vividsolutions.jts.geom with parameters of type LinearRing | |
|---|---|
Polygon |
GeometryFactory.createPolygon(LinearRing shell,
LinearRing[] holes)
Constructs a Polygon with the given exterior boundary and
interior boundaries. |
Polygon |
GeometryFactory.createPolygon(LinearRing shell,
LinearRing[] holes)
Constructs a Polygon with the given exterior boundary and
interior boundaries. |
| Constructors in com.vividsolutions.jts.geom with parameters of type LinearRing | |
|---|---|
Polygon(LinearRing shell,
LinearRing[] holes,
GeometryFactory factory)
Constructs a Polygon with the given exterior boundary and
interior boundaries. |
|
Polygon(LinearRing shell,
LinearRing[] holes,
GeometryFactory factory)
Constructs a Polygon with the given exterior boundary and
interior boundaries. |
|
Polygon(LinearRing shell,
LinearRing[] holes,
PrecisionModel precisionModel,
int SRID)
Deprecated. Use GeometryFactory instead |
|
Polygon(LinearRing shell,
LinearRing[] holes,
PrecisionModel precisionModel,
int SRID)
Deprecated. Use GeometryFactory instead |
|
Polygon(LinearRing shell,
PrecisionModel precisionModel,
int SRID)
Deprecated. Use GeometryFactory instead |
|
| Uses of LinearRing in com.vividsolutions.jts.geom.util |
|---|
| Methods in com.vividsolutions.jts.geom.util with parameters of type LinearRing | |
|---|---|
protected Geometry |
GeometryTransformer.transformLinearRing(LinearRing geom,
Geometry parent)
Transforms a LinearRing. |
| Uses of LinearRing in com.vividsolutions.jts.geomgraph |
|---|
| Methods in com.vividsolutions.jts.geomgraph that return LinearRing | |
|---|---|
LinearRing |
EdgeRing.getLinearRing()
|
| Uses of LinearRing in com.vividsolutions.jts.operation.polygonize |
|---|
| Methods in com.vividsolutions.jts.operation.polygonize that return LinearRing | |
|---|---|
LinearRing |
EdgeRing.getRing()
Returns this ring as a LinearRing, or null if an Exception occurs while
creating it (such as a topology problem). |
| Methods in com.vividsolutions.jts.operation.polygonize with parameters of type LinearRing | |
|---|---|
void |
EdgeRing.addHole(LinearRing hole)
Adds a hole to the polygon formed by this ring. |
| Uses of LinearRing in com.vividsolutions.jts.operation.valid |
|---|
| Methods in com.vividsolutions.jts.operation.valid with parameters of type LinearRing | |
|---|---|
void |
SweeplineNestedRingTester.add(LinearRing ring)
|
void |
SimpleNestedRingTester.add(LinearRing ring)
|
void |
QuadtreeNestedRingTester.add(LinearRing ring)
|
void |
IndexedNestedRingTester.add(LinearRing ring)
|
static Coordinate |
IsValidOp.findPtNotNode(Coordinate[] testCoords,
LinearRing searchRing,
GeometryGraph graph)
Find a point from the list of testCoords that is NOT a node in the edge for the list of searchCoords |
| Uses of LinearRing in com.vividsolutions.jts.simplify |
|---|
| Methods in com.vividsolutions.jts.simplify that return LinearRing | |
|---|---|
LinearRing |
TaggedLineString.asLinearRing()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||