|
deegree 2.5 (2011/06/29 09:44 build-8-official) | |||||||||
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 | |
---|---|
java.awt.image.BufferedImage |
BlurImage.renderUserRealm(java.awt.image.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(java.lang.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 | |
---|---|
java.lang.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(java.lang.Object value,
CoordinateSystem targetSRS,
java.sql.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 java.lang.Object |
AbstractSQLDatastore.convertDeegreeToDBGeometry(Geometry geometry,
int nativeSRSCode,
java.sql.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(java.lang.Object value,
CoordinateSystem targetCS,
java.sql.Connection conn)
|
Methods in org.deegree.io.datastore.sql.generic with parameters of type Geometry | |
---|---|
java.lang.Object |
GenericSQLDatastore.convertDeegreeToDBGeometry(Geometry geometry,
int nativeSRSCode,
java.sql.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(java.lang.Object value,
CoordinateSystem targetCS,
java.sql.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,
java.sql.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(java.lang.Object value,
CoordinateSystem targetCS,
java.sql.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,
java.sql.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(java.lang.Object value,
CoordinateSystem targetCS,
java.sql.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,
java.sql.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(java.lang.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(java.util.HashMap<?,?> inRow,
java.lang.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 |
ShapeMultiPatch.getGeometry()
Creates a MultiSurface object. |
Geometry |
ShapePoint.getGeometry()
This creates a Point object. |
Geometry |
ShapeMultiPoint.getGeometry()
This creates a MultiPoint object. |
Geometry |
ShapePolyline.getGeometry()
This creates a MultiCurve object. |
Geometry |
ShapePolygon.getGeometry()
This creates a Surface object. |
Geometry |
ShapeEnvelope.getGeometry()
|
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 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 |
---|
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 |
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.getGeometryPropertyValues()
returns the value of a feature collection geometry properties |
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. |
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 java.util.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[] |
Aggregate.getAll()
|
Geometry[] |
AggregateImpl.getAll()
returns all Geometries as array |
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 |
Aggregate.getObjectAt(int 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 |
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 |
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 |
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(org.w3c.dom.Element gml)
Deprecated. this method cannot provide default SRS information, please use GMLGeometryAdapter.wrap(Element,String) instead |
static Geometry |
GMLGeometryAdapter.wrap(org.w3c.dom.Element element,
java.lang.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 |
GMLGeometryAdapter.wrap(java.lang.String gml)
Deprecated. this method cannot provide default SRS information, please use GMLGeometryAdapter.wrap(String,String) instead |
static Geometry |
WKTAdapter.wrap(java.lang.String wkt,
CoordinateSystem crs)
|
static Geometry |
GMLGeometryAdapter.wrap(java.lang.String gml,
java.lang.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 | |
---|---|
java.util.Iterator<Geometry> |
Aggregate.getIterator()
|
java.util.Iterator<Geometry> |
AggregateImpl.getIterator()
|
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 |
GeometryImpl.contains(Geometry that)
The Boolean valued operation "contains" shall return TRUE if this Geometry contains another Geometry. |
boolean |
SurfaceBoundaryImpl.contains(Geometry gmo)
|
boolean |
LineStringImpl.contains(Geometry gmo)
|
boolean |
PointImpl.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 |
SurfaceImpl.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 |
CurveSegment.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 |
Geometry.contains(Geometry other)
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. |
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 java.lang.StringBuffer |
GMLGeometryAdapter.export(Geometry geometry)
Creates a GML representation from the passed Geometry . |
static java.lang.StringBuffer |
WKTAdapter.export(Geometry geom)
|
static com.vividsolutions.jts.geom.Geometry |
JTSAdapter.export(Geometry gmObject)
Converts a deegree Geometry to a corresponding JTS Geometry object. |
static java.io.PrintWriter |
GMLGeometryAdapter.export(Geometry geometry,
java.io.OutputStream os)
Writes the GML representation of the given Geometry to the given OutputStream . |
static java.io.PrintWriter |
GMLGeometryAdapter.export(Geometry geometry,
java.io.OutputStream os,
java.lang.String id)
|
static java.io.PrintWriter |
GMLGeometryAdapter.export(Geometry geometry,
java.io.PrintWriter pw)
Writes the GML representation of the given Geometry to the given PrintWriter . |
static java.io.PrintWriter |
GMLGeometryAdapter.export(Geometry geometry,
java.io.PrintWriter pw,
java.lang.String id)
|
static java.lang.StringBuffer |
GMLGeometryAdapter.export(Geometry geometry,
java.lang.String id)
|
static double |
LinearContains.getTolerance(Geometry geom1,
Geometry geom2)
|
static double |
LinearIntersects.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 |
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 |
GeometryImpl.intersects(Geometry that)
The Boolean valued operation "intersects" shall return TRUE if this Geometry intersects another Geometry. |
boolean |
SurfaceBoundaryImpl.intersects(Geometry gmo)
|
boolean |
LineStringImpl.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 |
PolygonImpl.intersects(Geometry gmo)
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 |
RingImpl.intersects(Geometry gmo)
|
boolean |
CurveImpl.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 |
Geometry.intersects(Geometry other)
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 |
Aggregate.isMember(Geometry gmo)
|
boolean |
AggregateImpl.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 |
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 |
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(org.w3c.dom.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 | |
---|---|
java.util.List<Geometry> |
GeometryData.getTransformedData()
|
Constructor parameters in org.deegree.ogcwebservices.wcts.data with type arguments of type Geometry | |
---|---|
GeometryData(java.util.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(org.w3c.dom.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,
java.net.URL capabilitiesURL,
ScaleHint scaleHint,
Geometry validArea,
java.net.URL featureInfoTransform,
int reqTimeLimit,
java.util.Map<java.lang.String,java.lang.String> dimProps)
Creates a new DataSource object. |
|
DatabaseDataSource(boolean queryable,
boolean failOnException,
QualifiedName name,
ScaleHint scaleHint,
Geometry validArea,
int reqTimeLimit,
JDBCConnection jdbc,
java.lang.String sqlTemplate,
java.lang.String geomeryField,
CoordinateSystem nativeCRS)
|
|
DatabaseDataSource(boolean queryable,
boolean failOnException,
QualifiedName name,
ScaleHint scaleHint,
Geometry validArea,
int reqTimeLimit,
JDBCConnection jdbc,
java.lang.String sqlTemplate,
java.lang.String geometryField,
CoordinateSystem nativeCRS,
boolean customSQL)
|
|
DatabaseDataSource(boolean queryable,
boolean failOnException,
QualifiedName name,
ScaleHint scaleHint,
Geometry validArea,
int reqTimeLimit,
JDBCConnection jdbc,
java.lang.String sqlTemplate,
java.lang.String geomeryField,
CoordinateSystem nativeCRS,
boolean customSQL,
java.util.Map<java.lang.String,java.lang.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,
java.net.URL capabilitiesURL,
ScaleHint scaleHint,
Geometry validArea,
GetCoverage getCoverage,
java.awt.Color[] transparentColors,
int reqTimeLimit)
Creates a new DataSource object. |
|
LocalWFSDataSource(boolean querable,
boolean failOnException,
QualifiedName name,
int type,
QualifiedName geometryProperty,
OGCWebService ows,
java.net.URL capabilitiesURL,
ScaleHint scaleHint,
Geometry validArea,
Query query,
java.net.URL featureInfoTransform,
int reqTimeLimit)
Creates a new DataSource object. |
|
LocalWFSDataSource(boolean querable,
boolean failOnException,
QualifiedName name,
int type,
QualifiedName geometryProperty,
OGCWebService ows,
java.net.URL capabilitiesURL,
ScaleHint scaleHint,
Geometry validArea,
Query query,
java.net.URL featureInfoTransform,
int reqTimeLimit,
java.util.Map<java.lang.String,java.lang.String> dimProps)
|
|
RemoteWCSDataSource(boolean querable,
boolean failOnException,
QualifiedName name,
int type,
OGCWebService ows,
java.net.URL capabilitiesURL,
ScaleHint scaleHint,
Geometry validArea,
GetCoverage getCoverage,
java.awt.Color[] transparentColors,
int reqTimeLimit)
Creates a new DataSource object. |
|
RemoteWFSDataSource(boolean querable,
boolean failOnException,
QualifiedName name,
int type,
QualifiedName geometryProperty,
OGCWebService ows,
java.net.URL capabilitiesURL,
ScaleHint scaleHint,
Geometry validArea,
Query query,
java.net.URL featureInfoTransform,
int reqTimeLimit)
Creates a new DataSource object. |
|
RemoteWMSDataSource(boolean querable,
boolean failOnException,
QualifiedName name,
int type,
OGCWebService ows,
java.net.URL capabilitiesURL,
ScaleHint scaleHint,
Geometry validArea,
GetMap getMap,
java.awt.Color[] transparentColors,
java.net.URL featureInfoTransform,
int reqTimeLimit,
java.util.List<java.lang.String> passedParameters,
java.util.Map<java.lang.String,java.lang.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,
java.util.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(java.lang.String objectID,
java.lang.String parentId,
Geometry surface,
javax.media.j3d.Appearance app)
|
|
ColoredSurface(java.lang.String objectID,
java.lang.String parentId,
Geometry geometry,
float red,
float green,
float blue,
float transparency)
|
|
ColoredSurface(java.lang.String objectID,
java.lang.String parentId,
Geometry surface,
javax.media.j3d.Material material,
float transparency)
|
|
DefaultSurface(java.lang.String objectID,
java.lang.String parentID,
Geometry geometry)
|
|
TexturedSurface(java.lang.String objectID,
java.lang.String parentID,
Geometry geometry,
javax.media.j3d.Material material,
float transparency,
java.awt.image.BufferedImage textureImg,
java.util.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.5 (2011/06/29 09:44 build-8-official) | |||||||||
PREV NEXT | FRAMES NO FRAMES |
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org