Uses of Class
org.geotools.geometry.iso.primitive.SurfaceImpl

Packages that use SurfaceImpl
org.geotools.geometry.iso.coordinate An implementation of GeoAPI Geometry interfaces from ISO 19107. 
org.geotools.geometry.iso.operation An implementation of GeoAPI Geometry interfaces from ISO 19107. 
org.geotools.geometry.iso.primitive An implementation of GeoAPI Geometry interfaces from ISO 19107. 
org.geotools.geometry.iso.topograph2D An implementation of GeoAPI Geometry interfaces from ISO 19107. 
org.geotools.geometry.iso.util.algorithm2D An implementation of GeoAPI Geometry interfaces from ISO 19107. 
 

Uses of SurfaceImpl in org.geotools.geometry.iso.coordinate
 

Subclasses of SurfaceImpl in org.geotools.geometry.iso.coordinate
 class PolyhedralSurfaceImpl
          A PolyhedralSurface (Figure 21) is a Surface composed of polygon surfaces (Polygon) connected along their common boundary curves.
 class TinImpl
           
 class TriangulatedSurfaceImpl
          A TriangulatedSurface (Figure 21) is a PolyhedralSurface that is composed only of triangles (Triangle).
 

Methods in org.geotools.geometry.iso.coordinate with parameters of type SurfaceImpl
 void SurfacePatchImpl.setSurface(SurfaceImpl surface)
          Sets the reference to the corresponding Surface of this SurfacePatch
 

Constructors in org.geotools.geometry.iso.coordinate with parameters of type SurfaceImpl
PolygonImpl(SurfaceBoundaryImpl boundary, SurfaceImpl spanSurf)
          This second variant of a constructor of Polygon creates a Polygon lying on a spanning surface.
 

Uses of SurfaceImpl in org.geotools.geometry.iso.operation
 

Methods in org.geotools.geometry.iso.operation with parameters of type SurfaceImpl
 boolean IsSimpleOp.isSimple(SurfaceImpl geom)
           
 

Uses of SurfaceImpl in org.geotools.geometry.iso.primitive
 

Methods in org.geotools.geometry.iso.primitive that return SurfaceImpl
 SurfaceImpl SurfaceImpl.clone()
           
 SurfaceImpl PrimitiveFactoryImpl.createSurface(java.util.List<org.opengis.geometry.primitive.SurfacePatch> surfacePatches)
           
 SurfaceImpl PrimitiveFactoryImpl.createSurface(org.opengis.geometry.primitive.SurfaceBoundary boundary)
           
 SurfaceImpl PrimitiveFactoryImpl.createSurfaceByDirectPositions(java.util.List<org.opengis.geometry.DirectPosition> positions)
          Creates a simple surface without holes by a list of DirectPositions
 

Uses of SurfaceImpl in org.geotools.geometry.iso.topograph2D
 

Methods in org.geotools.geometry.iso.topograph2D that return SurfaceImpl
 SurfaceImpl EdgeRing.toPolygon()
          Creates a Surface based on the given ring and holes
 

Uses of SurfaceImpl in org.geotools.geometry.iso.util.algorithm2D
 

Methods in org.geotools.geometry.iso.util.algorithm2D with parameters of type SurfaceImpl
static boolean SimplePointInAreaLocator.containsPointInPolygon(Coordinate p, SurfaceImpl aSurface)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.