GeoAPI 1.0
Build 2004-05-18

Uses of Interface
org.opengis.spatialschema.geometry.Geometry

Packages that use Geometry
org.opengis.go.display.primitive   
org.opengis.metadata.extent Extent information. 
org.opengis.spatialschema.geometry Root package for geometries
org.opengis.spatialschema.geometry.aggregate Aggregations of geometric objects. 
org.opengis.spatialschema.geometry.complex Set of primitive geometric objects whose interiors are disjoint. 
org.opengis.spatialschema.geometry.primitive Set of geometric objects that are not decomposed further into other primitives
 

Uses of Geometry in org.opengis.go.display.primitive
 

Methods in org.opengis.go.display.primitive that return Geometry
 Geometry GeometryNotSupportedException.getGeometry()
          Returns the invalid geometry.
 

Constructors in org.opengis.go.display.primitive with parameters of type Geometry
GeometryNotSupportedException(Geometry geometry)
          Constructs an exception with the given invalid geometry.
 

Uses of Geometry in org.opengis.metadata.extent
 

Methods in org.opengis.metadata.extent that return Geometry
 Geometry BoundingPolygon.getPolygon()
          Returns the sets of points defining the bounding polygon.
 

Uses of Geometry in org.opengis.spatialschema.geometry
 

Subinterfaces of Geometry in org.opengis.spatialschema.geometry
 interface Boundary
          The abstract root data type for all the data types used to represent the boundary of geometric objects.
 

Methods in org.opengis.spatialschema.geometry that return Geometry
 Geometry Geometry.getMbRegion()
          Returns a region in the coordinate reference system that contains this Geometry.
 Geometry Geometry.transform(CoordinateReferenceSystem newCRS)
          Returns a new Geometry that is the coordinate transformation of this Geometry into the passed coordinate reference system within the accuracy of the transformation.
 Geometry Geometry.transform(CoordinateReferenceSystem newCRS, MathTransform transform)
          Returns a new Geometry that is the coordinate transformation of this Geometry into the passed coordinate reference system, using the specified transform.
 Geometry Geometry.getConvexHull()
          Returns a Geometry that represents the convex hull of this Geometry.
 Geometry Geometry.getBuffer(double distance)
          Returns a Geometry containing all points whose distance from this Geometry is less than or equal to the distance passed as a parameter.
 

Methods in org.opengis.spatialschema.geometry with parameters of type Geometry
 double Geometry.getDistance(Geometry geometry)
          Returns the distance between this Geometry and another Geometry.
 

Uses of Geometry in org.opengis.spatialschema.geometry.aggregate
 

Subinterfaces of Geometry in org.opengis.spatialschema.geometry.aggregate
 interface Aggregate
           
 interface MultiPoint
           
 interface MultiPrimitive
           
 

Uses of Geometry in org.opengis.spatialschema.geometry.complex
 

Subinterfaces of Geometry in org.opengis.spatialschema.geometry.complex
 interface Complex
          A collection of geometrically disjoint, simple primitives.
 interface ComplexBoundary
          The boundary of complex objects.
 interface Composite
          A geometric complex with an underlying core geometry that is isomorphic to a primitive.
 interface CompositeCurve
          A complex with all the geometric properties of a curve.
 interface CompositeSurface
          A complex with all the geometric properties of a surface.
 

Uses of Geometry in org.opengis.spatialschema.geometry.primitive
 

Subinterfaces of Geometry in org.opengis.spatialschema.geometry.primitive
 interface Curve
          Curve with a positive orientation.
 interface CurveBoundary
          The boundary of curves.
 interface OrientableCurve
          A curve and an orientation inherited from OrientablePrimitive.
 interface OrientablePrimitive
          Primitives that can be mirrored into new geometric objects in terms of their internal local coordinate systems (manifold charts).
 interface OrientableSurface
          A surface and an orientation inherited from OrientablePrimitive.
 interface Point
          Basic data type for a geometric object consisting of one and only one point.
 interface Primitive
          Abstract root class of the geometric primitives.
 interface PrimitiveBoundary
          The boundary of primitive objects.
 interface Ring
          Represent a single connected component of a surface boundary.
 interface Shell
          Represents a single connected component of a solid boundary.
 interface Solid
          Basis for 3-dimensional geometry.
 interface SolidBoundary
          The boundary of solids.
 interface Surface
          Surface with a positive orientation.
 interface SurfaceBoundary
          The boundary of surfaces.
 


GeoAPI 1.0
Build 2004-05-18

Symbols, terms and definitions
Copyright OpenGIS® Consortium