Uses of Interface
org.geotools.geometry.jts.JTSGeometry

Packages that use JTSGeometry
org.geotools.geometry.jts.spatialschema.geometry   
org.geotools.geometry.jts.spatialschema.geometry.aggregate   
org.geotools.geometry.jts.spatialschema.geometry.complex   
org.geotools.geometry.jts.spatialschema.geometry.geometry   
org.geotools.geometry.jts.spatialschema.geometry.primitive   
 

Uses of JTSGeometry in org.geotools.geometry.jts.spatialschema.geometry
 

Classes in org.geotools.geometry.jts.spatialschema.geometry that implement JTSGeometry
 class BoundaryImpl
          The abstract root data type for all the data types used to represent the boundary of geometric objects.
 class GeometryImpl
          Base class for our JTS-based implementation of the various ISO 19107 geometry classes.
 

Methods in org.geotools.geometry.jts.spatialschema.geometry that return JTSGeometry
 JTSGeometry NotifyingArrayList.getJTSParent()
           
 

Methods in org.geotools.geometry.jts.spatialschema.geometry with parameters of type JTSGeometry
 void NotifyingArrayList.setJTSParent(JTSGeometry parent)
           
 void GeometryImpl.setParent(JTSGeometry parent)
           
 

Constructors in org.geotools.geometry.jts.spatialschema.geometry with parameters of type JTSGeometry
NotifyingArrayList(JTSGeometry parent)
           
 

Uses of JTSGeometry in org.geotools.geometry.jts.spatialschema.geometry.aggregate
 

Classes in org.geotools.geometry.jts.spatialschema.geometry.aggregate that implement JTSGeometry
 class AggregateImpl
           
 class MultiPointImpl
           
 

Uses of JTSGeometry in org.geotools.geometry.jts.spatialschema.geometry.complex
 

Classes in org.geotools.geometry.jts.spatialschema.geometry.complex that implement JTSGeometry
 class ComplexBoundaryImpl
          The boundary of complex objects.
 class ComplexImpl
          A collection of geometrically disjoint, simple primitives.
 class CompositeCurveImpl
          A complex with all the geometric properties of a curve.
 class CompositeImpl
          A geometric complex with an underlying core geometry that is isomorphic to a primitive.
 class CompositeSurfaceImpl
          A complex with all the geometric properties of a surface.
 

Uses of JTSGeometry in org.geotools.geometry.jts.spatialschema.geometry.geometry
 

Classes in org.geotools.geometry.jts.spatialschema.geometry.geometry that implement JTSGeometry
 class GenericCurveImpl
          The GenericCurveImpl class/interface...
 class LineSegmentImpl
          Two distinct direct positions (the start point and end point) joined by a straight line.
 class LineStringImpl
          The LineStringImpl class implements the LineString interface.
 class PointArrayImpl
          A sequence of points.
 class PolygonImpl
           
 

Fields in org.geotools.geometry.jts.spatialschema.geometry.geometry declared as JTSGeometry
protected  JTSGeometry GenericCurveImpl.parent
           
 

Methods in org.geotools.geometry.jts.spatialschema.geometry.geometry with parameters of type JTSGeometry
 void GenericCurveImpl.setParent(JTSGeometry parent)
           
 

Constructors in org.geotools.geometry.jts.spatialschema.geometry.geometry with parameters of type JTSGeometry
PointArrayImpl(JTSGeometry parent, org.opengis.referencing.crs.CoordinateReferenceSystem crs)
           
 

Uses of JTSGeometry in org.geotools.geometry.jts.spatialschema.geometry.primitive
 

Classes in org.geotools.geometry.jts.spatialschema.geometry.primitive that implement JTSGeometry
 class CurveBoundaryImpl
          This is Chris's implementation of a CurveBoundary.
 class CurveImpl
          Simple implementation of the Curve interface that does not implement any of the (hard) math functions like intersection, etc.
 class PointImpl
          Basic data type for a geometric object consisting of one and only one point.
 class PolyhedralSurfaceImpl
          The PolyhedralSurfaceImpl class/interface...
 class PrimitiveBoundaryImpl
          The boundary of primitive objects.
 class RingImpl
          Represent a single connected component of a surface boundary.
 class SurfaceBoundaryImpl
          LiteGO1 implementation of the SurfaceBoundary interface.
 class SurfaceImpl
          Surface with a positive orientation.
 class SurfacePatchImpl
          Defines a homogeneous portion of a surface.
 



Copyright © 1996-2010 Geotools. All Rights Reserved.