| 
deegree 2.6-pre (2011/11/29 00:10 build-378-unofficial) | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Geometry in org.deegree.framework.util | 
|---|
| Methods in org.deegree.framework.util that return Geometry | |
|---|---|
static Geometry | 
GeometryUtils.ensureClockwise(Geometry geom)
 | 
| Methods in org.deegree.framework.util with parameters of type Geometry | |
|---|---|
static Geometry | 
GeometryUtils.ensureClockwise(Geometry geom)
 | 
| 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
the 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,
                                                   CoordinateSystem coordinateSystem)
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.mysql | 
|---|
| Methods in org.deegree.io.datastore.sql.mysql that return Geometry | |
|---|---|
 Geometry | 
MySQLDatastore.convertDBToDeegreeGeometry(Object value,
                                                     CoordinateSystem targetCS,
                                                     Connection conn)
Converts a MySQL specific geometry Object (a byte[] containing WKB) from the ResultSet
 to a deegree Geometry. | 
| Methods in org.deegree.io.datastore.sql.mysql with parameters of type Geometry | |
|---|---|
 byte[] | 
MySQLDatastore.convertDeegreeToDBGeometry(Geometry geometry,
                                                     int targetSRS,
                                                     Connection conn)
Converts a deegree Geometry to a MySQL specific geometry object (a byte[] containing WKB). | 
| 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.Geometry geometry,
         CoordinateSystem crs)
Converts a PostGIS Geometry instance to a corresponding deegree Geometry object. | 
static Geometry | 
PGgeometryAdapter.wrap(org.postgis.PGgeometry pgGeometry,
         CoordinateSystem crs)
Converts a PostGIS PGGeometry 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,
         CoordinateSystem coordinateSystem)
 | 
| 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 | 
ShapeMultiPoint.getGeometry()
This creates a MultiPoint object.  | 
 Geometry | 
ShapePoint.getGeometry()
This creates a Point object.  | 
 Geometry | 
Shape.getGeometry()
 | 
 Geometry | 
ShapePolyline.getGeometry()
This creates a MultiCurve object.  | 
 Geometry | 
ShapeMultiPatch.getGeometry()
Creates a MultiSurface object.  | 
 Geometry | 
ShapeEnvelope.getGeometry()
 | 
 Geometry | 
ShapePolygon.getGeometry()
This creates a Surface object.  | 
| Uses of Geometry in org.deegree.model.crs | 
|---|
| Methods in org.deegree.model.crs that return Geometry | |
|---|---|
 Geometry | 
GeoTransformer.transform(Geometry geo)
transforms the coordinates of a deegree geometry to the target coordinate reference system.  | 
 Geometry | 
GeoTransformer.transform(Geometry geo,
                   CoordinateSystem sourceCRS)
 | 
| Methods in org.deegree.model.crs with parameters of type Geometry | |
|---|---|
 Geometry | 
GeoTransformer.transform(Geometry geo)
transforms the coordinates of a deegree geometry to the target coordinate reference system.  | 
 Geometry | 
GeoTransformer.transform(Geometry geo,
                   CoordinateSystem sourceCRS)
 | 
| Uses of Geometry in org.deegree.model.feature | 
|---|
| Methods in org.deegree.model.feature that return Geometry | |
|---|---|
 Geometry | 
DefaultFeature.getDefaultGeometryPropertyValue()
Returns the value of the default geometry property of the feature.  | 
 Geometry | 
Feature.getDefaultGeometryPropertyValue()
Returns the value of the default geometry property of the feature.  | 
 Geometry | 
AbstractFeatureCollection.getDefaultGeometryPropertyValue()
returns a Point with position 0/0 and no CRS  | 
 Geometry[] | 
DefaultFeature.getGeometryPropertyValues()
Returns the values of all geometry properties of the feature.  | 
 Geometry[] | 
Feature.getGeometryPropertyValues()
Returns the values of all geometry properties of the feature.  | 
 Geometry[] | 
AbstractFeatureCollection.getGeometryPropertyValues()
returns the value of a feature collection geometry properties  | 
| 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 | 
MultiGeometry
Aggregation of Geometry objects. | 
 interface | 
MultiPoint
The interface defines the access to a aggregations of Point objects.  | 
 interface | 
MultiPrimitive
This interface defines the basis functionality of all aggregations containing primitive 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
defines 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 | |
|---|---|
 class | 
AggregateImpl
default implementation of the Aggregate interface ------------------------------------------------------------  | 
 class | 
BoundaryImpl
default implementation of the Boundary interface.  | 
 class | 
CurveBoundaryImpl
default implementation of the CurveBoundary interface from package deegree.model.spatialschema.  | 
 class | 
CurveImpl
default implementation of  | 
 class | 
GeometryImpl
Default implementation of the Geometry interface from package deegree.model.  | 
 class | 
MultiCurveImpl
default implementation of the MultiCurve interface from package deegree.model.spatialschema  | 
 class | 
MultiGeometryImpl
Default implementation of MultiGeometry. | 
 class | 
MultiPointImpl
default implementation of the MultiPoint interface of package deegree.model.spatialschema.  | 
 class | 
MultiPrimitiveImpl
default implementation of the MultiPrimitive interface  | 
 class | 
MultiSurfaceImpl
default implementation of the MultiSurface interface from  | 
 class | 
OrientableCurveImpl
default implementation of the OrientableSurface interface from package org.deegree.model. the implementation is abstract because only initialization of the spatial reference system is unique to all orientated curves ------------------------------------------------------------  | 
 class | 
OrientablePrimitiveImpl
default implementation of the OrientablePrimitive interface from package deegree.model. the implementation is abstract because it doesn't make sense to instantiate it.  | 
 class | 
OrientableSurfaceImpl
default implementation of the OrientableSurface interface from package deegree.model. the implementation is abstract because only initialization of the spatial reference system is unique to all orientated surfaces -----------------------------------------------------------------------  | 
 class | 
PointImpl
default implementation of the Point interface.  | 
 class | 
PrimitiveBoundaryImpl
default implementation of the PrimitiveBoundary interface.  | 
 class | 
PrimitiveImpl
default implementation of the Primitive interface from package deegree.model.spatialschema  | 
 class | 
RingImpl
default implementation of the Ring interface of the  | 
 class | 
SurfaceBoundaryImpl
default implementation of the SurfaceBoundary interface  | 
 class | 
SurfaceImpl
default implementation of the Surface interface from package deegree.model.spatialschema.  | 
| 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 | 
GeometryImpl.difference(Geometry that)
The "difference" operation shall return the set theoretic difference of this Geometry and the passed Geometry.  | 
 Geometry | 
Geometry.difference(Geometry other)
The "difference" operation shall return the set theoretic difference of this Geometry and the passed Geometry.  | 
 Geometry[] | 
AggregateImpl.getAll()
returns all Geometries as array  | 
 Geometry[] | 
Aggregate.getAll()
 | 
 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.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,
                   int segments,
                   int capStyle)
 | 
 Geometry | 
Geometry.getBuffer(double distance,
                   int segments,
                   int capStyle)
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.getConvexHull()
The operation "convexHull" shall return a Geometry that represents the convex hull of this Geometry.  | 
 Geometry | 
Geometry.getConvexHull()
The operation "convexHull" shall return a Geometry that represents the convex hull of this Geometry.  | 
 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 | 
Aggregate.getObjectAt(int index)
 | 
 Geometry | 
GeometryImpl.intersection(Geometry that)
The "intersection" operation shall return the set theoretic intersection of this Geometry and the passed Geometry.  | 
 Geometry | 
Geometry.intersection(Geometry other)
The "intersection" operation shall return the set theoretic intersection of this Geometry and the passed Geometry.  | 
 Geometry | 
AggregateImpl.removeObject(Geometry gmo)
removes the submitted Geometry from the aggregation  | 
 Geometry | 
Aggregate.removeObject(Geometry gmo)
removes the submitted Geometry from the aggregation  | 
 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 | 
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 | 
GeometryImpl.union(Geometry that)
The "union" operation shall return the set theoretic union of this Geometry and the passed Geometry.  | 
 Geometry | 
CurveImpl.union(Geometry other)
 | 
 Geometry | 
Geometry.union(Geometry other)
The "union" operation shall return the set theoretic union of this Geometry and the passed Geometry.  | 
static Geometry | 
GMLGeometryAdapter.wrap(Element element,
         String srsName)
Parses the given DOM element of a GML geometry and returns a corresponding deegree Geometry object. | 
static Geometry | 
JTSAdapter.wrap(com.vividsolutions.jts.geom.Geometry geometry)
Converts a JTS Geometry object to a corresponding deegree Geometry. | 
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 deegree Geometry. | 
| Methods in org.deegree.model.spatialschema that return types with arguments of type Geometry | |
|---|---|
 Iterator<Geometry> | 
AggregateImpl.getIterator()
 | 
 Iterator<Geometry> | 
Aggregate.getIterator()
 | 
| Methods in org.deegree.model.spatialschema with parameters of type Geometry | |
|---|---|
 void | 
AggregateImpl.add(Geometry gmo)
adds an Geometry to the aggregation  | 
 void | 
Aggregate.add(Geometry gmo)
adds an Geometry to the aggregation  | 
 boolean | 
RingImpl.contains(Geometry gmo)
The Boolean valued operation "contains" shall return TRUE if this Geometry contains another Geometry.  | 
 boolean | 
PointImpl.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 | 
SurfacePatch.contains(Geometry gmo)
The Boolean valued operation "contains" shall return TRUE if this Geometry contains another Geometry.  | 
 boolean | 
SurfaceBoundaryImpl.contains(Geometry gmo)
 | 
 boolean | 
CurveSegment.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 | 
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 | 
LineStringImpl.contains(Geometry gmo)
 | 
 boolean | 
Geometry.contains(Geometry other)
The Boolean valued operation "contains" shall return TRUE if this Geometry contains another Geometry.  | 
static MultiGeometry | 
GeometryFactory.createMultiGeometry(Geometry[] members,
                                       CoordinateSystem crs)
Creates a MultiGeometry from an array of Geometry objects. | 
 Geometry | 
GeometryImpl.difference(Geometry that)
The "difference" operation shall return the set theoretic difference of this Geometry and the passed Geometry.  | 
 Geometry | 
Geometry.difference(Geometry other)
The "difference" operation shall return the set theoretic difference of this Geometry and the passed Geometry.  | 
 double | 
GeometryImpl.distance(Geometry gmo)
The operation "distance" shall return the distance between this Geometry and another Geometry.  | 
 double | 
Geometry.distance(Geometry other)
The operation "distance" shall return the distance between this Geometry and another Geometry.  | 
static com.vividsolutions.jts.geom.Geometry | 
JTSAdapter.export(Geometry gmObject)
Converts a deegree Geometry to a corresponding JTS Geometry object. | 
static StringBuffer | 
WKTAdapter.export(Geometry geom)
 | 
static StringBuffer | 
GMLGeometryAdapter.export(Geometry geometry)
Creates a GML representation from the passed Geometry. | 
static PrintWriter | 
GMLGeometryAdapter.export(Geometry geometry,
             OutputStream os)
Writes the GML representation of the given Geometry to the given OutputStream. | 
static PrintWriter | 
GMLGeometryAdapter.export(Geometry geometry,
             OutputStream os,
             String id)
 | 
static PrintWriter | 
GMLGeometryAdapter.export(Geometry geometry,
             PrintWriter pw)
Writes the GML representation of the given Geometry to the given PrintWriter. | 
static PrintWriter | 
GMLGeometryAdapter.export(Geometry geometry,
             PrintWriter pw,
             String id)
 | 
static StringBuffer | 
GMLGeometryAdapter.export(Geometry geometry,
             String id)
 | 
static double | 
LinearIntersects.getTolerance(Geometry geom1,
                         Geometry geom2)
 | 
static double | 
LinearContains.getTolerance(Geometry geom1,
                         Geometry geom2)
 | 
 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.  | 
 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.  | 
 Geometry | 
GeometryImpl.intersection(Geometry that)
The "intersection" operation shall return the set theoretic intersection of this Geometry and the passed Geometry.  | 
 Geometry | 
Geometry.intersection(Geometry other)
The "intersection" operation shall return the set theoretic intersection of this Geometry and the passed Geometry.  | 
 boolean | 
RingImpl.intersects(Geometry gmo)
 | 
 boolean | 
CurveBoundaryImpl.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 | 
PointImpl.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 surfacepatch intersects another Geometry.  | 
 boolean | 
SurfaceBoundaryImpl.intersects(Geometry gmo)
 | 
 boolean | 
CurveSegment.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 | 
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 | 
CurveImpl.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 | 
Geometry.intersects(Geometry other)
The Boolean valued operation "intersects" shall return TRUE if this Geometry intersects another Geometry.  | 
 boolean | 
AggregateImpl.isMember(Geometry gmo)
 | 
 boolean | 
Aggregate.isMember(Geometry gmo)
 | 
 boolean | 
GeometryImpl.isWithinDistance(Geometry that,
                                 double distance)
provide optimized proximity queries within for a distance . calvin added on 10/21/2003  | 
 boolean | 
Geometry.isWithinDistance(Geometry other,
                                 double distance)
provide optimized proximity queries within for a distance . calvin added on 10/21/2003  | 
 Geometry | 
AggregateImpl.removeObject(Geometry gmo)
removes the submitted Geometry from the aggregation  | 
 Geometry | 
Aggregate.removeObject(Geometry gmo)
removes the submitted Geometry from the aggregation  | 
 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. | 
 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. | 
 Geometry | 
GeometryImpl.union(Geometry that)
The "union" operation shall return the set theoretic union of this Geometry and the passed Geometry.  | 
 Geometry | 
CurveImpl.union(Geometry other)
 | 
 Geometry | 
Geometry.union(Geometry other)
The "union" operation shall return the set theoretic union of this Geometry and the passed Geometry.  | 
| Constructors in org.deegree.model.spatialschema with parameters of type Geometry | |
|---|---|
MultiGeometryImpl(Geometry[] members,
                                   CoordinateSystem crs)
Creates a MultiGeometryImpl with a given CoordinateSystem that contains the provided
 Geometry objects. | 
|
| 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.wcts.data | 
|---|
| Methods in org.deegree.ogcwebservices.wcts.data that return types with arguments of type Geometry | |
|---|---|
 List<Geometry> | 
GeometryData.getTransformedData()
 | 
| Constructor parameters in org.deegree.ogcwebservices.wcts.data with type arguments of type Geometry | |
|---|---|
GeometryData(List<Geometry> transformableData)
Creates a data instance which handles geometries.  | 
|
| Uses of Geometry in org.deegree.ogcwebservices.wfs.operation | 
|---|
| Constructors in org.deegree.ogcwebservices.wfs.operation with parameters of type Geometry | |
|---|---|
GmlResult(OGCWebServiceRequest request,
                   Geometry geometry,
                   FormatType format)
 | 
|
| Uses of Geometry in org.deegree.ogcwebservices.wms.configuration | 
|---|
| Methods in org.deegree.ogcwebservices.wms.configuration that return Geometry | |
|---|---|
 Geometry | 
AbstractDataSource.getValidArea()
 | 
| Methods in org.deegree.ogcwebservices.wms.configuration with parameters of type Geometry | |
|---|---|
static DatabaseDataSource | 
WMSConfigurationDocument.createDatabaseSource(Node node,
                                         boolean failOnEx,
                                         boolean queryable,
                                         QualifiedName name,
                                         ScaleHint scaleHint,
                                         Geometry validArea,
                                         int reqTimeLimit)
 | 
| 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,
                                     Map<String,String> dimProps)
Creates a new DataSource object.  | 
|
DatabaseDataSource(boolean queryable,
                                     boolean failOnException,
                                     QualifiedName name,
                                     ScaleHint scaleHint,
                                     Geometry validArea,
                                     int reqTimeLimit,
                                     JDBCConnection jdbc,
                                     String sqlTemplate,
                                     String geomeryField,
                                     CoordinateSystem nativeCRS)
 | 
|
DatabaseDataSource(boolean queryable,
                                     boolean failOnException,
                                     QualifiedName name,
                                     ScaleHint scaleHint,
                                     Geometry validArea,
                                     int reqTimeLimit,
                                     JDBCConnection jdbc,
                                     String sqlTemplate,
                                     String geometryField,
                                     CoordinateSystem nativeCRS,
                                     boolean customSQL)
 | 
|
DatabaseDataSource(boolean queryable,
                                     boolean failOnException,
                                     QualifiedName name,
                                     ScaleHint scaleHint,
                                     Geometry validArea,
                                     int reqTimeLimit,
                                     JDBCConnection jdbc,
                                     String sqlTemplate,
                                     String geomeryField,
                                     CoordinateSystem nativeCRS,
                                     boolean customSQL,
                                     Map<String,String> dimProps)
 | 
|
ExternalDataAccessDataSource(boolean queryable,
                                                         boolean failOnException,
                                                         QualifiedName name,
                                                         ScaleHint scaleHint,
                                                         Geometry validArea,
                                                         int reqTimeLimit,
                                                         ExternalDataAccess externalDataAccess)
 | 
|
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.  | 
|
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,
                                     Map<String,String> dimProps)
 | 
|
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.j3d | 
|---|
| Fields in org.deegree.ogcwebservices.wpvs.j3d declared as Geometry | |
|---|---|
protected  Geometry | 
DefaultSurface.geometry
The geometry to create the Shape3D from.  | 
| Methods in org.deegree.ogcwebservices.wpvs.j3d that return Geometry | |
|---|---|
 Geometry | 
DefaultSurface.getSurfaceGeometry()
 | 
| Methods in org.deegree.ogcwebservices.wpvs.j3d with parameters of type Geometry | |
|---|---|
 void | 
DefaultSurface.addGeometries(Geometry surface)
Adds the given surface.  | 
 void | 
TexturedSurface.addGeometry(Geometry surface,
                       List<javax.vecmath.TexCoord2f> texCoords)
Adds the given surface and texcoords to this shape.  | 
| Constructors in org.deegree.ogcwebservices.wpvs.j3d with parameters of type Geometry | |
|---|---|
ColoredSurface(String objectID,
                             String parentId,
                             Geometry surface,
                             javax.media.j3d.Appearance app)
 | 
|
ColoredSurface(String objectID,
                             String parentId,
                             Geometry geometry,
                             float red,
                             float green,
                             float blue,
                             float transparency)
 | 
|
ColoredSurface(String objectID,
                             String parentId,
                             Geometry surface,
                             javax.media.j3d.Material material,
                             float transparency)
 | 
|
DefaultSurface(String objectID,
                             String parentID,
                             Geometry geometry)
 | 
|
TexturedSurface(String objectID,
                               String parentID,
                               Geometry geometry,
                               javax.media.j3d.Material material,
                               float transparency,
                               BufferedImage textureImg,
                               List<javax.vecmath.TexCoord2f> textureCoords)
creates a TexturedSurface from a geometry, Material and a texture image.  | 
|
| Uses of Geometry in org.deegree.ogcwebservices.wpvs.operation | 
|---|
| Fields in org.deegree.ogcwebservices.wpvs.operation declared as Geometry | |
|---|---|
protected  Geometry | 
RequestGeometry.wfsReqGeom
geometry for wfs query  | 
| Methods in org.deegree.ogcwebservices.wpvs.operation that return Geometry | |
|---|---|
 Geometry | 
RequestGeometry.getWfsReqGeom()
 | 
| Uses of Geometry in org.deegree.portal.standard.gazetteer | 
|---|
| Methods in org.deegree.portal.standard.gazetteer that return types with arguments of type Geometry | |
|---|---|
(package private)  Pair<Geometry,Geometry> | 
LoadBBOXCommand.execute()
 | 
(package private)  Pair<Geometry,Geometry> | 
LoadBBOXCommand.execute()
 | 
| 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.6-pre (2011/11/29 00:10 build-378-unofficial) | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
an open source project founded by lat/lon, Bonn, Germany.
                    For more information visit: http://www.deegree.org