Uses of Class
com.vividsolutions.jts.geom.LinearRing

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.valid Provides classes for testing the validity of 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.
 LinearRing GeometryFactory.createLinearRing(CoordinateSequence coordinates)
          Creates a LinearRing using the given CoordinateSequence.
static LinearRing[] GeometryFactory.toLinearRingArray(Collection linearRings)
          Converts the List to an array.
 

Methods in com.vividsolutions.jts.geom with parameters of type LinearRing
 Polygon GeometryFactory.createPolygon(LinearRing shell)
          Constructs a Polygon with the given exterior boundary.
 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.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
 



Copyright © 2012. All Rights Reserved.