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

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

Uses of PrimitiveBoundary in org.opengis.geometry.primitive
 

Subinterfaces of PrimitiveBoundary in org.opengis.geometry.primitive
 interface CurveBoundary
          The boundary of curves.
 interface SolidBoundary
          The boundary of solids.
 interface SurfaceBoundary
          The boundary of surfaces.
 

Methods in org.opengis.geometry.primitive that return PrimitiveBoundary
 PrimitiveBoundary Primitive.getBoundary()
          Returns the boundary of a Primitive as a set of Primitives.
 PrimitiveBoundary Point.getBoundary()
          Returns always null, since point has no boundary.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.