Uses of Interface
org.opengis.geometry.primitive.Ring

Packages that use Ring
org.geotools.geometry org.geotools.geometry.Geometry implementation. 
org.opengis.geometry.primitive Set of geometric objects that are not decomposed further into other primitives
 

Uses of Ring in org.geotools.geometry
 

Methods in org.geotools.geometry that return Ring
 Ring GeometryBuilder.createRing(List<OrientableCurve> orientableCurves)
           
 

Methods in org.geotools.geometry with parameters of type Ring
 SurfaceBoundary GeometryBuilder.createSurfaceBoundary(Ring exterior)
           
 SurfaceBoundary GeometryBuilder.createSurfaceBoundary(Ring exterior, List interiors)
           
 

Uses of Ring in org.opengis.geometry.primitive
 

Methods in org.opengis.geometry.primitive that return Ring
 Ring PrimitiveFactory.createRing(List<OrientableCurve> curves)
          Constructs a ring out of its component curves.
 Ring SurfaceBoundary.getExterior()
          Returns the exterior ring, or null if none.
 

Methods in org.opengis.geometry.primitive that return types with arguments of type Ring
 List<Ring> SurfaceBoundary.getInteriors()
          Returns the interior rings.
 

Methods in org.opengis.geometry.primitive with parameters of type Ring
 SurfaceBoundary PrimitiveFactory.createSurfaceBoundary(Ring exterior, List<Ring> interiors)
          Constructs a new surface boundary object representing the boundary of a two-dimensional surface.
 

Method parameters in org.opengis.geometry.primitive with type arguments of type Ring
 SurfaceBoundary PrimitiveFactory.createSurfaceBoundary(Ring exterior, List<Ring> interiors)
          Constructs a new surface boundary object representing the boundary of a two-dimensional surface.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.