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

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

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 © 1994-2008 Open Geospatial Consortium. All Rights Reserved.