deegree 2.2 (2008/12/22 11:33 build-3038-official)

Uses of Interface
org.deegree.model.spatialschema.Geometry

Packages that use Geometry
org.deegree.graphics   
org.deegree.graphics.displayelements   
org.deegree.graphics.sld   
org.deegree.io.datastore.sde   
org.deegree.io.datastore.sql   
org.deegree.io.datastore.sql.generic   
org.deegree.io.datastore.sql.oracle   
org.deegree.io.datastore.sql.postgis   
org.deegree.io.sdeapi   
org.deegree.io.shpapi   
org.deegree.io.shpapi.shape_new   
org.deegree.model.crs   
org.deegree.model.feature   
org.deegree.model.filterencoding   
org.deegree.model.spatialschema   
org.deegree.ogcbase Provides common classes to deal with an OGC conform service instance. 
org.deegree.ogcwebservices.wms.configuration   
org.deegree.ogcwebservices.wpvs.operation   
org.deegree.portal.standard.wfs.control   
 

Uses of Geometry in org.deegree.graphics
 

Methods in org.deegree.graphics with parameters of type Geometry
 BufferedImage BlurImage.renderUserRealm(BufferedImage image, Envelope bbox, Geometry geom)
          Render the surface geometry the user is allowed to see.
 

Uses of Geometry in org.deegree.graphics.displayelements
 

Fields in org.deegree.graphics.displayelements declared as Geometry
protected  Geometry GeometryDisplayElement.geometry
           
 

Methods in org.deegree.graphics.displayelements that return Geometry
 Geometry ScaledFeature.getDefaultGeometryPropertyValue()
           
 Geometry GeometryDisplayElement.getGeometry()
          returns the geometry that determines the position the DisplayElement will be rendered to
 Geometry[] ScaledFeature.getGeometryPropertyValues()
           
 

Methods in org.deegree.graphics.displayelements with parameters of type Geometry
static LabelDisplayElement DisplayElementFactory.buildLabelDisplayElement(Feature feature, Geometry geom, TextSymbolizer sym)
          Creates a LabelDisplayElement using the given geometry and style information.
static LineStringDisplayElement DisplayElementFactory.buildLineStringDisplayElement(Feature feature, Geometry geom, LineSymbolizer sym)
          Creates a LineStringDisplayElement using the given geometry and style information.
static PointDisplayElement DisplayElementFactory.buildPointDisplayElement(Feature feature, Geometry geom, PointSymbolizer sym)
          Creates a PointDisplayElement using the given geometry and style information.
static PolygonDisplayElement DisplayElementFactory.buildPolygonDisplayElement(Feature feature, Geometry geom, PolygonSymbolizer sym)
          Creates a PolygonDisplayElement using the given geometry and style information.
static int[] LabelFactory.calcScreenCoordinates(GeoTransform projection, Geometry geometry)
          Returns the physical (screen) coordinates.
 void GeometryDisplayElement.setGeometry(Geometry geometry)
          sets the geometry that determines the position the DisplayElement will be rendered to
 

Constructors in org.deegree.graphics.displayelements with parameters of type Geometry
GeometryDisplayElement(Feature feature, Geometry geometry)
          Creates a new GeometryDisplayElement object.
GeometryDisplayElement(Feature feature, Geometry geometry, Symbolizer symbolizer)
          Creates a new GeometryDisplayElement object.
GeometryDisplayElement(Feature feature, Geometry geometry, Symbolizer symbolizer, Symbolizer highlightSymbolizer, Symbolizer selectedSymbolizer)
          Creates a new GeometryDisplayElement object.
LabelDisplayElement(Feature feature, Geometry geometry, TextSymbolizer symbolizer)
          Creates a new LabelDisplayElement object.
 

Uses of Geometry in org.deegree.graphics.sld
 

Methods in org.deegree.graphics.sld that return Geometry
 Geometry Geometry.getGeometry()
          In principle, a fixed geometry could be defined using GML or operators could be defined for computing a geometry from references or literals.
 

Constructors in org.deegree.graphics.sld with parameters of type Geometry
Geometry(PropertyPath propertyPath, Geometry geometry)
           
 

Uses of Geometry in org.deegree.io.datastore.sde
 

Methods in org.deegree.io.datastore.sde that return Geometry
 Geometry SDEDatastore.convertDBToDegreeGeometry(Object value)
          Converts a database specific geometry Object from the ResultSet to a deegree Geometry.
 

Methods in org.deegree.io.datastore.sde with parameters of type Geometry
 Object SDEDatastore.convertDegreeToDBGeometry(Geometry geometry)
          Converts a deegree Geometry to a database specific geometry Object.
 

Uses of Geometry in org.deegree.io.datastore.sql
 

Methods in org.deegree.io.datastore.sql that return Geometry
abstract  Geometry AbstractSQLDatastore.convertDBToDeegreeGeometry(Object value, CoordinateSystem targetSRS, Connection conn)
          Converts a database specific geometry Object from the ResultSet to a deegree Geometry.
 

Methods in org.deegree.io.datastore.sql with parameters of type Geometry
abstract  Object AbstractSQLDatastore.convertDeegreeToDBGeometry(Geometry geometry, int nativeSRSCode, Connection conn)
          Converts a deegree Geometry to a database specific geometry Object.
 

Uses of Geometry in org.deegree.io.datastore.sql.generic
 

Methods in org.deegree.io.datastore.sql.generic that return Geometry
 Geometry GenericSQLDatastore.convertDBToDeegreeGeometry(Object value, CoordinateSystem targetCS, Connection conn)
           
 

Methods in org.deegree.io.datastore.sql.generic with parameters of type Geometry
 Object GenericSQLDatastore.convertDeegreeToDBGeometry(Geometry geometry, int nativeSRSCode, Connection conn)
           
 

Uses of Geometry in org.deegree.io.datastore.sql.oracle
 

Methods in org.deegree.io.datastore.sql.oracle that return Geometry
 Geometry OracleDatastore.convertDBToDeegreeGeometry(Object value, CoordinateSystem targetCS, Connection conn)
          Converts an Oracle specific geometry Object from the ResultSet to a deegree Geometry.
static Geometry JGeometryAdapter.wrap(oracle.spatial.geometry.JGeometry jGeometry, CoordinateSystem crs)
          Converts an Oracle JGeometry instance to a corresponding deegree Geometry object.
 

Methods in org.deegree.io.datastore.sql.oracle with parameters of type Geometry
 oracle.sql.STRUCT OracleDatastore.convertDeegreeToDBGeometry(Geometry geometry, int nativeSRSCode, Connection conn)
          Converts a deegree Geometry to an Oracle specific geometry object.
static oracle.spatial.geometry.JGeometry JGeometryAdapter.export(Geometry geometry, int srid)
          Converts a deegree Geometry instance to a corresponding Oracle JGeometry object.
 

Uses of Geometry in org.deegree.io.datastore.sql.postgis
 

Methods in org.deegree.io.datastore.sql.postgis that return Geometry
 Geometry PostGISDatastore.convertDBToDeegreeGeometry(Object value, CoordinateSystem targetCS, Connection conn)
          Converts a PostGIS specific geometry Object from the ResultSet to a deegree Geometry.
static Geometry PGgeometryAdapter.wrap(org.postgis.PGgeometry pgGeometry, CoordinateSystem crs)
          Converts a PostGIS Geometry instance to a corresponding deegree Geometry object.
 

Methods in org.deegree.io.datastore.sql.postgis with parameters of type Geometry
 org.postgis.PGgeometry PostGISDatastore.convertDeegreeToDBGeometry(Geometry geometry, int targetSRS, Connection conn)
          Converts a deegree Geometry to a PostGIS specific geometry object.
static org.postgis.PGgeometry PGgeometryAdapter.export(Geometry geometry, int srid)
          Converts a deegree Geometry instance to a corresponding PostGIS PGgeometry object.
 

Uses of Geometry in org.deegree.io.sdeapi
 

Methods in org.deegree.io.sdeapi that return Geometry
 Geometry[] SpatialQuery.getGeometries()
          Get GM_Object[] containing the queried Geometries
returns null if no query has been done yet.
static Geometry SDEAdapter.wrap(com.esri.sde.sdk.client.SeShape shape)
           
 

Methods in org.deegree.io.sdeapi with parameters of type Geometry
 void Transaction.deleteFeature(String where, Geometry extent)
          deletes a feature from the ArcSDE
static com.esri.sde.sdk.client.SeShape SDEAdapter.export(Geometry geom, com.esri.sde.sdk.client.SeCoordinateReference crs)
           
 void Transaction.updateFeature(HashMap inRow, String where, Geometry extent)
          updates a feature of the ArcSDE
 

Uses of Geometry in org.deegree.io.shpapi
 

Methods in org.deegree.io.shpapi that return Geometry
 Geometry ShapeFile.getGeometryByRecNo(int recNo)
          returns RecNo'th Geometrie
 

Uses of Geometry in org.deegree.io.shpapi.shape_new
 

Methods in org.deegree.io.shpapi.shape_new that return Geometry
 Geometry ShapeEnvelope.getGeometry()
           
 Geometry ShapePolyline.getGeometry()
          This creates a MultiCurve object.
 Geometry ShapeMultiPatch.getGeometry()
          Creates a MultiSurface object.
 Geometry ShapePoint.getGeometry()
          This creates a Point object.
 Geometry ShapePolygon.getGeometry()
          This creates a Surface object.
 Geometry ShapeMultiPoint.getGeometry()
          This creates a MultiPoint object.
 Geometry Shape.getGeometry()
           
 

Uses of Geometry in org.deegree.model.crs
 

Methods in org.deegree.model.crs that return Geometry
 Geometry GeoTransformer.transform(Geometry geo)
          transforms the coodinates of a deegree geometry to the target coordinate reference system.
 

Methods in org.deegree.model.crs with parameters of type Geometry
 Geometry GeoTransformer.transform(Geometry geo)
          transforms the coodinates of a deegree geometry to the target coordinate reference system.
 

Uses of Geometry in org.deegree.model.feature
 

Fields in org.deegree.model.feature declared as Geometry
protected  Geometry[] DefaultFeature.geometryPropertyValues
           
 

Methods in org.deegree.model.feature that return Geometry
 Geometry AbstractFeatureCollection.getDefaultGeometryPropertyValue()
          returns a Point with position 0/0 and no CRS
 Geometry Feature.getDefaultGeometryPropertyValue()
          Returns the value of the default geometry property of the feature.
 Geometry DefaultFeature.getDefaultGeometryPropertyValue()
          Returns the value of the default geometry property of the feature.
 Geometry[] AbstractFeatureCollection.getGeometryPropertyValues()
          returns the value of a feature collection geometry properties
 Geometry[] Feature.getGeometryPropertyValues()
          Returns the values of all geometry properties of the feature.
 Geometry[] DefaultFeature.getGeometryPropertyValues()
          Returns the values of all geometry properties of the feature.
 

Uses of Geometry in org.deegree.model.filterencoding
 

Methods in org.deegree.model.filterencoding that return Geometry
 Geometry SpatialOperation.getGeometry()
          Returns the geometry literal used in the operation.
 

Methods in org.deegree.model.filterencoding with parameters of type Geometry
 void SpatialOperation.setGeometry(Geometry geometry)
          sets a geometry for a spatial operation
 

Constructors in org.deegree.model.filterencoding with parameters of type Geometry
SpatialOperation(int operatorId, PropertyName propertyName, Geometry geometry)
          Constructs a new SpatialOperation.
SpatialOperation(int operatorId, PropertyName propertyName, Geometry geometry, double d)
          Constructs a new SpatialOperation.
 

Uses of Geometry in org.deegree.model.spatialschema
 

Subinterfaces of Geometry in org.deegree.model.spatialschema
 interface Aggregate
          This interface defines the basis functionallity of all geometry aggregations. it will be specialized for the use of primitive, and solid geometries.
 interface Boundary
          This interface defines the basis functionallity of geomerty boundaries.
 interface Complex
           -----------------------------------------------------
 interface ComplexBoundary
           -----------------------------------------------------
 interface Composite
           -----------------------------------------------------
 interface CompositeCurve
           -----------------------------------------------------
 interface CompositePoint
           -----------------------------------------------------
 interface CompositeSolid
           -----------------------------------------------------
 interface CompositeSurface
           -----------------------------------------------------
 interface Curve
          The interface defines the access to curve geometries.
 interface CurveBoundary
          The interface defines the access to curve boundaries -----------------------------------------------------
 interface MultiCurve
          The interface defines the access to a aggregations of Curve objects.
 interface MultiPoint
          The interface defines the access to a aggregations of Point objects.
 interface MultiPrimitive
          This interface defines the basis functionallity of all aggregations containing primetive geometries.
 interface MultiSolid
          Basic interface for handling aggregations of solid geometries.
 interface MultiSurface
          This Interface defines the Aggregation of Surfaces.
 interface OrientableCurve
          The specialisation of the OrientablePrimitive as a curve.
 interface OrientablePrimitive
          The basic interface for orientated two dimensional geometries.
 interface OrientableSurface
           -----------------------------------------------------
 interface Point
          The basic two dimensional geometry -----------------------------------------------------
 interface Primitive
          A Primitive is the basic geometry for all none complex geometries.
 interface PrimitiveBoundary
          A PrimitiveBoundary is the basic boundary for all none complex geometries.
 interface Ring
           
 interface Shell
           -----------------------------------------------------
 interface Solid
          definies the basis of a three dimensional geometry.
 interface SolidBoundary
           -----------------------------------------------------
 interface Surface
          Defining the surface geometry of the iso geometry model. a surface is made of 1..n surface patches. for convention it is defined that Surface is a closed geometry. that means each surface patch a surface is made of must touch at least one other surface patch if a surface is made of more then one surface patch -----------------------------------------------------
 interface SurfaceBoundary
          Defining the boundary of a surface.
 

Classes in org.deegree.model.spatialschema that implement Geometry
(package private)  class AggregateImpl
          default implementierung of the Aggregate interface ------------------------------------------------------------
(package private)  class BoundaryImpl
          default implementation of the Boundary interface.
(package private)  class CurveBoundaryImpl
          default implementation of the CurveBoundary interface from package jago.model.
(package private)  class CurveImpl
          default implementation of
 class GeometryImpl
          Default implementation of the Geometry interface from package deegree.model.
(package private)  class MultiCurveImpl
          default implementation of the MultiCurve interface from package jago.model
(package private)  class MultiPointImpl
          default implementierung of the MultiPoint interface of package jago.model.
(package private)  class MultiPrimitiveImpl
          default implementation of the MultiPrimitive interface
(package private)  class MultiSurfaceImpl
          default implementation of the MultiSurface interface from
(package private)  class OrientableCurveImpl
          default implementierung of the OrientableSurface interface from package jago.model. the implementation is abstract because only initialization of the spatial reference system is unique to all orientated curves ------------------------------------------------------------
(package private)  class OrientablePrimitiveImpl
          default implementation of the OrientablePrimitive interface from package jago.model. the implementation is abstract because it doesn't make sense to instantiate it.
(package private)  class OrientableSurfaceImpl
          default implementation of the OrientableSurface interface from package jago.model. the implementation is abstract because only initialization of the spatial reference system is unique to all orientated surfaces -----------------------------------------------------------------------
(package private)  class PointImpl
          default implementation of the Point interface.
(package private)  class PrimitiveBoundaryImpl
          default implementation of the PrimitiveBoundary interface.
(package private)  class PrimitiveImpl
          default implementation of the Primitive interface from package jago.model
 class RingImpl
          default implementation of the Ring interface of the
(package private)  class SurfaceBoundaryImpl
          default implementation of the SurfaceBoundary interface
 class SurfaceImpl
          default implementation of the Surface interface from package jago.model.
 

Fields in org.deegree.model.spatialschema declared as Geometry
protected  Geometry GeometryImpl.convexHull
           
 

Fields in org.deegree.model.spatialschema with type parameters of type Geometry
protected  ArrayList<Geometry> AggregateImpl.aggregate
           
 

Methods in org.deegree.model.spatialschema that return Geometry
 Geometry Geometry.difference(Geometry gmo)
          The "difference" operation shall return the set theoretic difference of this Geometry and the passed Geometry.
 Geometry GeometryImpl.difference(Geometry that)
          The "difference" operation shall return the set theoretic difference of this Geometry and the passed Geometry.
 Geometry[] Aggregate.getAll()
          returns all Geometries as array
 Geometry[] AggregateImpl.getAll()
          returns all Geometries as array
 Geometry Geometry.getBuffer(double distance)
          The operation "buffer" shall return a Geometry containing all points whose distance from this Geometry is less than or equal to the "distance" passed as a parameter.
 Geometry GeometryImpl.getBuffer(double distance)
           The operation "buffer" shall return a Geometry containing all points whose distance from this Geometry is less than or equal to the "distance" passed as a parameter.
 Geometry Geometry.getConvexHull()
          The operation "convexHull" shall return a Geometry that represents the convex hull of this Geometry.
 Geometry GeometryImpl.getConvexHull()
           The operation "convexHull" shall return a Geometry that represents the convex hull of this Geometry.
 Geometry Aggregate.getObjectAt(int index)
          returns the Geometry at the submitted index.
 Geometry AggregateImpl.getObjectAt(int index)
          returns the Geometry at the submitted index. if index is larger then getSize() - 1 or smaller then 0 an exception will be thrown.
 Geometry Geometry.intersection(Geometry gmo)
          The "intersection" operation shall return the set theoretic intersection of this Geometry and the passed Geometry.
 Geometry GeometryImpl.intersection(Geometry that)
          The "intersection" operation shall return the set theoretic intersection of this Geometry and the passed Geometry.
 Geometry Aggregate.removeObject(Geometry gmo)
          removes the submitted Geometry from the aggregation
 Geometry AggregateImpl.removeObject(Geometry gmo)
          removes the submitted Geometry from the aggregation
 Geometry Aggregate.removeObjectAt(int index)
          removes the Geometry at the submitted index from the aggregation. if index is larger then getSize() - 1 an exception will be thrown.
 Geometry AggregateImpl.removeObjectAt(int index)
          removes the Geometry at the submitted index from the aggregation. if index is larger then getSize() - 1 or smaller then 0 an exception will be thrown.
 Geometry Geometry.union(Geometry gmo)
          The "union" operation shall return the set theoretic union of this Geometry and the passed Geometry.
 Geometry GeometryImpl.union(Geometry that)
          The "union" operation shall return the set theoretic union of this Geometry and the passed Geometry.
static Geometry GMLGeometryAdapter.wrap(Element gml)
          Deprecated. this method cannot provide default SRS information, please use GMLGeometryAdapter.wrap(Element,String) instead
static Geometry GMLGeometryAdapter.wrap(Element element, String srsName)
          Converts the given DOM representation of a GML geometry to a corresponding Geometry.
static Geometry JTSAdapter.wrap(com.vividsolutions.jts.geom.Geometry geometry)
          Converts a JTS-Geometry object to a corresponding Geometry.
static Geometry GMLGeometryAdapter.wrap(String gml)
          Deprecated. this method cannot provide default SRS information, please use GMLGeometryAdapter.wrap(String,String) instead
static Geometry WKTAdapter.wrap(String wkt, CoordinateSystem crs)
           
static Geometry GMLGeometryAdapter.wrap(String gml, String srsName)
          Converts the given string representation of a GML geometry object to a corresponding Geometry.
 

Methods in org.deegree.model.spatialschema with parameters of type Geometry
 void Aggregate.add(Geometry gmo)
          adds an Geometry to the aggregation
 void AggregateImpl.add(Geometry gmo)
          adds an Geometry to the aggregation
 boolean PointImpl.contains(Geometry gmo)
          The Boolean valued operation "contains" shall return TRUE if this Geometry contains another Geometry.
 boolean RingImpl.contains(Geometry gmo)
          The Boolean valued operation "contains" shall return TRUE if this Geometry contains another Geometry.
 boolean PolygonImpl.contains(Geometry gmo)
          The Boolean valued operation "contains" shall return TRUE if this Geometry contains another Geometry.
 boolean Geometry.contains(Geometry gmo)
          The Boolean valued operation "contains" shall return TRUE if this Geometry contains another Geometry.
 boolean GeometryImpl.contains(Geometry that)
          The Boolean valued operation "contains" shall return TRUE if this Geometry contains another Geometry.
 boolean SurfaceImpl.contains(Geometry gmo)
          The Boolean valued operation "contains" shall return TRUE if this Geometry contains another Geometry.
 boolean CurveSegment.contains(Geometry gmo)
          The Boolean valued operation "contains" shall return TRUE if this Geometry contains another Geometry.
 boolean CurveSegmentImpl.contains(Geometry gmo)
          The Boolean valued operation "contains" shall return TRUE if this Geometry contains another Geometry.
 boolean SurfaceBoundaryImpl.contains(Geometry gmo)
          The Boolean valued operation "contains" shall return TRUE if this Geometry contains another Geometry.
 boolean SurfacePatch.contains(Geometry gmo)
          The Boolean valued operation "contains" shall return TRUE if this Geometry contains another Geometry.
 boolean LineStringImpl.contains(Geometry gmo)
          The Boolean valued operation "contains" shall return TRUE if this Geometry contains another Geometry.
 Geometry Geometry.difference(Geometry gmo)
          The "difference" operation shall return the set theoretic difference of this Geometry and the passed Geometry.
 Geometry GeometryImpl.difference(Geometry that)
          The "difference" operation shall return the set theoretic difference of this Geometry and the passed Geometry.
 double Geometry.distance(Geometry gmo)
          The operation "distance" shall return the distance between this Geometry and another Geometry.
 double GeometryImpl.distance(Geometry gmo)
           The operation "distance" shall return the distance between this Geometry and another Geometry.
static StringBuffer WKTAdapter.export(Geometry geom)
           
static com.vividsolutions.jts.geom.Geometry JTSAdapter.export(Geometry gmObject)
          Converts a Geometry to a corresponding JTS-Geometry object.
static StringBuffer GMLGeometryAdapter.export(Geometry geometry)
          Creates a GML representation from the passed Geometry.
static PrintWriter GMLGeometryAdapter.export(Geometry geometry, OutputStream target)
          Creates a GML representation from the passed Geometry
static double LinearIntersects.getTolerance(Geometry geom1, Geometry geom2)
           
static double LinearContains.getTolerance(Geometry geom1, Geometry geom2)
           
 void Aggregate.insertObjectAt(Geometry gmo, int index)
          inserts a Geometry in the aggregation. all elements with an index equal or larger index will be moved. if index is larger then getSize() - 1 an exception will be thrown.
 void AggregateImpl.insertObjectAt(Geometry gmo, int index)
          inserts a Geometry in the aggregation. all elements with an index equal or larger index will be moved. if index is larger then getSize() - 1 or smaller then 0 or gmo equals null an exception will be thrown.
 Geometry Geometry.intersection(Geometry gmo)
          The "intersection" operation shall return the set theoretic intersection of this Geometry and the passed Geometry.
 Geometry GeometryImpl.intersection(Geometry that)
          The "intersection" operation shall return the set theoretic intersection of this Geometry and the passed Geometry.
 boolean PointImpl.intersects(Geometry gmo)
          The Boolean valued operation "intersects" shall return TRUE if this Geometry intersects another Geometry.
 boolean AggregateImpl.intersects(Geometry gmo)
          The Boolean valued operation "intersects" shall return TRUE if this Geometry intersects another Geometry.
 boolean RingImpl.intersects(Geometry gmo)
          The Boolean valued operation "intersects" shall return TRUE if this Geometry intersects another Geometry.
 boolean PolygonImpl.intersects(Geometry gmo)
          The Boolean valued operation "intersects" shall return TRUE if this Geometry intersects another Geometry.
 boolean CurveImpl.intersects(Geometry gmo)
          The Boolean valued operation "intersects" shall return TRUE if this Geometry intersects another Geometry.
 boolean Geometry.intersects(Geometry gmo)
          The Boolean valued operation "intersects" shall return TRUE if this Geometry intersects another Geometry.
 boolean GeometryImpl.intersects(Geometry that)
          The Boolean valued operation "intersects" shall return TRUE if this Geometry intersects another Geometry.
 boolean SurfaceImpl.intersects(Geometry gmo)
          The boolean valued operation "intersects" shall return TRUE if this SurfaceImpl intersects with the given Geometry.
 boolean CurveBoundaryImpl.intersects(Geometry gmo)
          The Boolean valued operation "intersects" shall return TRUE if this Geometry intersects another Geometry.
 boolean CurveSegment.intersects(Geometry gmo)
          The Boolean valued operation "intersects" shall return TRUE if this Geometry intersects another Geometry.
 boolean SurfaceBoundaryImpl.intersects(Geometry gmo)
          The Boolean valued operation "intersects" shall return TRUE if this Geometry intersects another Geometry.
 boolean SurfacePatch.intersects(Geometry gmo)
          The Boolean valued operation "intersects" shall return TRUE if this Geometry intersects another Geometry.
 boolean LineStringImpl.intersects(Geometry gmo)
          The Boolean valued operation "intersects" shall return TRUE if this Geometry intersects another Geometry.
 boolean Aggregate.isMember(Geometry gmo)
          returns true if the submitted Geometry is within the aggregation
 boolean AggregateImpl.isMember(Geometry gmo)
          returns true if the submitted Geometry is within the aggregation
 boolean Geometry.isWithinDistance(Geometry gmo, double distance)
          provide optimized proximity queries within for a distance . calvin added on 10/21/2003
 boolean GeometryImpl.isWithinDistance(Geometry that, double distance)
          provide optimized proximity queries within for a distance . calvin added on 10/21/2003
 Geometry Aggregate.removeObject(Geometry gmo)
          removes the submitted Geometry from the aggregation
 Geometry AggregateImpl.removeObject(Geometry gmo)
          removes the submitted Geometry from the aggregation
 void Aggregate.setObjectAt(Geometry gmo, int index)
          sets the submitted Geometry at the submitted index. the element at the position index will be removed. if index is larger then getSize() - 1 an exception will be thrown.
 void AggregateImpl.setObjectAt(Geometry gmo, int index)
          sets the submitted Geometry at the submitted index. the element at the position index will be removed. if index is larger then getSize() - 1 or smaller then 0 or gmo equals null an exception will be thrown.
 Geometry Geometry.union(Geometry gmo)
          The "union" operation shall return the set theoretic union of this Geometry and the passed Geometry.
 Geometry GeometryImpl.union(Geometry that)
          The "union" operation shall return the set theoretic union of this Geometry and the passed Geometry.
 

Uses of Geometry in org.deegree.ogcbase
 

Methods in org.deegree.ogcbase with parameters of type Geometry
protected static void XMLFactory.appendGeometry(Element el, Geometry geom)
          Appends the DOM representation of the given Geometry to the given element.
 

Uses of Geometry in org.deegree.ogcwebservices.wms.configuration
 

Methods in org.deegree.ogcwebservices.wms.configuration that return Geometry
 Geometry AbstractDataSource.getValidArea()
           
 

Constructors in org.deegree.ogcwebservices.wms.configuration with parameters of type Geometry
AbstractDataSource(boolean queryable, boolean failOnException, QualifiedName name, int type, OGCWebService ows, URL capabilitiesURL, ScaleHint scaleHint, Geometry validArea, URL featureInfoTransform, int reqTimeLimit)
          Creates a new DataSource object.
LocalWCSDataSource(boolean querable, boolean failOnException, QualifiedName name, int type, OGCWebService ows, URL capabilitiesURL, ScaleHint scaleHint, Geometry validArea, GetCoverage getCoverage, Color[] transparentColors, int reqTimeLimit)
          Creates a new DataSource object.
LocalWFSDataSource(boolean querable, boolean failOnException, QualifiedName name, int type, QualifiedName geometryProperty, OGCWebService ows, URL capabilitiesURL, ScaleHint scaleHint, Geometry validArea, Query query, URL featureInfoTransform, int reqTimeLimit)
          Creates a new DataSource object.
RemoteWCSDataSource(boolean querable, boolean failOnException, QualifiedName name, int type, OGCWebService ows, URL capabilitiesURL, ScaleHint scaleHint, Geometry validArea, GetCoverage getCoverage, Color[] transparentColors, int reqTimeLimit)
          Creates a new DataSource object.
RemoteWFSDataSource(boolean querable, boolean failOnException, QualifiedName name, int type, QualifiedName geometryProperty, OGCWebService ows, URL capabilitiesURL, ScaleHint scaleHint, Geometry validArea, Query query, URL featureInfoTransform, int reqTimeLimit)
          Creates a new DataSource object.
RemoteWMSDataSource(boolean querable, boolean failOnException, QualifiedName name, int type, OGCWebService ows, URL capabilitiesURL, ScaleHint scaleHint, Geometry validArea, GetMap getMap, Color[] transparentColors, URL featureInfoTransform, int reqTimeLimit, List<String> passedParameters, Map<String,String> addedParameters)
          Creates a new DataSource object.
 

Uses of Geometry in org.deegree.ogcwebservices.wpvs.operation
 

Fields in org.deegree.ogcwebservices.wpvs.operation declared as Geometry
protected  Geometry RequestGeometry.wfsReqGeom
           
 

Methods in org.deegree.ogcwebservices.wpvs.operation that return Geometry
 Geometry RequestGeometry.getWfsReqGeom()
           
 

Uses of Geometry in org.deegree.portal.standard.wfs.control
 

Fields in org.deegree.portal.standard.wfs.control declared as Geometry
protected  Geometry GeometryValidator.geometry
           
 

Methods in org.deegree.portal.standard.wfs.control that return Geometry
protected  Geometry GeometryValidator.createGeometry(RPCWebEvent rpcEvent)
          Creates the geometry from the data provided it the request (rpcEvent).
 


deegree 2.2 (2008/12/22 11:33 build-3038-official)

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://deegree.sourceforge.net