Uses of Interface
org.deegree.geometry.GeometryInspector

Packages that use GeometryInspector
org.deegree.geometry   
org.deegree.geometry.validation   
 

Uses of GeometryInspector in org.deegree.geometry
 

Fields in org.deegree.geometry with type parameters of type GeometryInspector
protected  List<GeometryInspector> SimpleGeometryFactory.inspectors
           
 

Methods in org.deegree.geometry with parameters of type GeometryInspector
 void SimpleGeometryFactory.addInspector(GeometryInspector inspector)
          Adds the given GeometryInspector which will be invoked for every Geometry / CurveSegment or SurfacePatch instance created by this factory.
 

Uses of GeometryInspector in org.deegree.geometry.validation
 

Classes in org.deegree.geometry.validation that implement GeometryInspector
 class CoordinateValidityInspector
          GeometryInspector that rejects geometries with coordinates that don't match the CRS of the geometry.
 



Copyright © 2011. All Rights Reserved.