Uses of Class
org.geotools.geometry.iso.root.GeometryImpl

Packages that use GeometryImpl
org.geotools.geometry.iso.aggregate An implementation of GeoAPI Geometry interfaces from ISO 19107. 
org.geotools.geometry.iso.complex An implementation of GeoAPI Geometry interfaces from ISO 19107. 
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.operation.overlay An implementation of GeoAPI Geometry interfaces from ISO 19107. 
org.geotools.geometry.iso.operation.relate 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.root 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. 
org.geotools.geometry.iso.util.algorithmND An implementation of GeoAPI Geometry interfaces from ISO 19107. 
 

Uses of GeometryImpl in org.geotools.geometry.iso.aggregate
 

Subclasses of GeometryImpl in org.geotools.geometry.iso.aggregate
 class AggregateImpl
           
 class MultiCurveImpl
           
 class MultiPointImpl
           
 class MultiPrimitiveImpl
           
 class MultiSurfaceImpl
           
 

Methods in org.geotools.geometry.iso.aggregate that return GeometryImpl
 GeometryImpl AggregateImpl.clone()
           
 

Uses of GeometryImpl in org.geotools.geometry.iso.complex
 

Subclasses of GeometryImpl in org.geotools.geometry.iso.complex
 class ComplexBoundaryImpl
           
 class ComplexImpl
          A Complex is a collection of geometrically disjoint, simple Primitives.
 class CompositeCurveImpl
          A composite curve, CompositeCurve shall be a Composite with all the geometric properties of a curve.
 class CompositeImpl<T>
          A geometric composite, Composite, shall be a geometric complex with an underlying core geometry that is isomorphic to a primitive.
 class CompositePointImpl
          A separate class for composite point, CompositePoint (Figure 27) is included for completeness.
 class CompositeSolidImpl
          A CompositeSolid (Figure 30) shall be a Complex with all the geometric properties of a solid.
 class CompositeSurfaceImpl
          A composite surface, CompositeSurface (Figure 29) shall be a Complex with all the geometric properties of a surface, and thus can be considered as a type of orientable surface (OrientableSurface).
 

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

Subclasses of GeometryImpl 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).
 

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

Methods in org.geotools.geometry.iso.operation that return GeometryImpl
 GeometryImpl GeometryGraphOperation.getArgGeometry(int i)
           
 

Constructors in org.geotools.geometry.iso.operation with parameters of type GeometryImpl
GeometryGraphOperation(GeometryImpl g0)
           
GeometryGraphOperation(GeometryImpl g0, GeometryImpl g1)
           
 

Uses of GeometryImpl in org.geotools.geometry.iso.operation.overlay
 

Methods in org.geotools.geometry.iso.operation.overlay that return GeometryImpl
 GeometryImpl OverlayOp.createGeometry(java.util.List<org.opengis.geometry.primitive.OrientableSurface> aSurfaces, java.util.List<org.opengis.geometry.primitive.OrientableCurve> aCurves, java.util.List<org.opengis.geometry.primitive.Point> aPoints)
          Creates a new Geometry object appropriate to the input Primitives.
 GeometryImpl OverlayOp.getResultGeometry(int funcCode)
          Computes and returns the resulting geometry according to the function code parameter.
static GeometryImpl OverlayOp.overlayOp(GeometryImpl geom0, GeometryImpl geom1, int opCode)
           
 

Methods in org.geotools.geometry.iso.operation.overlay with parameters of type GeometryImpl
static GeometryImpl OverlayOp.overlayOp(GeometryImpl geom0, GeometryImpl geom1, int opCode)
           
 

Constructors in org.geotools.geometry.iso.operation.overlay with parameters of type GeometryImpl
OverlayOp(GeometryImpl g0, GeometryImpl g1)
          Initializes a new Overlay Operation between two geometric objects
 

Uses of GeometryImpl in org.geotools.geometry.iso.operation.relate
 

Methods in org.geotools.geometry.iso.operation.relate with parameters of type GeometryImpl
static IntersectionMatrix RelateOp.relate(GeometryImpl a, GeometryImpl b)
           
 

Constructors in org.geotools.geometry.iso.operation.relate with parameters of type GeometryImpl
RelateOp(GeometryImpl g0, GeometryImpl g1)
          Creates a Relate Operation for the two given geometries and construct a noded graph between those two geometry objects
 

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

Subclasses of GeometryImpl in org.geotools.geometry.iso.primitive
 class BoundaryImpl
          The abstract root data type for all the data types used to represent the boundary of geometric objects is Boundary (Figure 7).
 class CurveBoundaryImpl
          The boundary of Curves shall be represented as CurveBoundary.
 class CurveImpl
          Curve (Figure 11 of the ISO 19107 v5) is a descendent subtype of Primitive through OrientablePrimitive.
 class OrientableCurveImpl
          OrientableCurve consists of a curve and an orientation inherited from OrientablePrimitive.
 class OrientablePrimitiveImpl
          Orientable primitives (ISO 19107 v5 figure 10) are those that can be mirrored into new geometric objects in terms of their internal local coordinate systems (manifold charts).
 class OrientableSurfaceImpl
          OrientableSurface consists of a surface and an orientation inherited from OrientablePrimitive.
 class PointImpl
          Point is the basic data type for a geometric object consisting of one and only one point.
 class PrimitiveBoundaryImpl
          PrimitiveBoundary The abstract class Primitive boundary is the root for the various return types of the boundary operator for subtypes of Primitive.
 class PrimitiveImpl
          Primitive is the abstract root class of the geometric primitives.
 class RingImpl
          A Ring is used to represent a single connected component of a SurfaceBoundary.
 class RingImplUnsafe
          This Ring implementation does not do a consistency check.
 class ShellImpl
          A Shell is used to represent a single connected component of a SolidBoundary.
 class SolidBoundaryImpl
          The boundary of Solids shall be represented as SolidBoundary.
 class SolidImpl
          Solid , a subclass of Primitive, is the basis for 3-dimensional geometry.
 class SurfaceBoundaryImpl
          The boundary of Surfaces shall be represented as SurfaceBoundary.
 class SurfaceImpl
          Surface (Figure 12) a subclass of Primitive and is the basis for 2-dimensional geometry.
 

Uses of GeometryImpl in org.geotools.geometry.iso.root
 

Methods in org.geotools.geometry.iso.root that return GeometryImpl
protected static GeometryImpl GeometryImpl.castToGeometryImpl(org.opengis.geometry.Geometry g)
          Use this function to cast Geometry instances to a GeometryImpl instance.
protected static GeometryImpl GeometryImpl.castToGeometryImpl(org.opengis.geometry.TransfiniteSet tf)
          Use this function to cast TransfiniteSet instances to a GeometryImpl instance.
abstract  GeometryImpl GeometryImpl.clone()
           
 

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

Methods in org.geotools.geometry.iso.topograph2D that return GeometryImpl
 GeometryImpl GeometryGraph.getGeometry()
           
 

Constructors in org.geotools.geometry.iso.topograph2D with parameters of type GeometryImpl
GeometryGraph(int argIndex, GeometryImpl parentGeom)
           
 

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

Methods in org.geotools.geometry.iso.util.algorithm2D with parameters of type GeometryImpl
 void CentroidArea2D.add(GeometryImpl geom)
          Adds the area defined by a Geometry to the centroid total.
 boolean PointLocator.intersects(Coordinate p, GeometryImpl geom)
          Convenience method to test a point for intersection with a Geometry
static int SimplePointInAreaLocator.locate(Coordinate p, GeometryImpl geom)
          locate is the main location function.
 int PointLocator.locate(Coordinate p, GeometryImpl geom)
          Computes the topological relationship (Location) of a single point to a Geometry.
 

Constructors in org.geotools.geometry.iso.util.algorithm2D with parameters of type GeometryImpl
ConvexHull(GeometryImpl geometry)
          Create a new convex hull construction for the input Geometry.
 

Uses of GeometryImpl in org.geotools.geometry.iso.util.algorithmND
 

Methods in org.geotools.geometry.iso.util.algorithmND with parameters of type GeometryImpl
 void CentroidPoint.add(GeometryImpl geom)
          Adds the point(s) defined by a Geometry to the centroid total.
 



Copyright © 1996-2010 Geotools. All Rights Reserved.