|
deegree 2.2 (2008/12/22 11:33 build-3038-official) | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of GeometryException in org.deegree.framework.xml |
---|
Methods in org.deegree.framework.xml that throw GeometryException | |
---|---|
static String |
MinMaxExtractor.getMaxAsArray(Node node)
returns the minimum coordinate of the envelope of the geometry encoded by the passed node as a double array |
static String |
MinMaxExtractor.getMinAsArray(Node node)
returns the minimum coordinate of the envelope of the geometry encoded by the passed node as a double array |
static String |
MinMaxExtractor.getPointX(Node pointNode)
Extracts the x value of a gml:Point element described by pointNode |
static String |
MinMaxExtractor.getPointY(Node pointNode)
Extracts the y value of a gml:Point element described by pointNode |
static String |
MinMaxExtractor.getXMax(Node node)
|
static String |
MinMaxExtractor.getXMin(Node node)
|
static String |
MinMaxExtractor.getYMax(Node node)
|
static String |
MinMaxExtractor.getYMin(Node node)
|
static String |
MinMaxExtractor.getZMax(Node node)
|
static String |
MinMaxExtractor.getZMin(Node node)
|
Uses of GeometryException in org.deegree.graphics |
---|
Methods in org.deegree.graphics that throw GeometryException | |
---|---|
BufferedImage |
BlurImage.renderUserRealm(BufferedImage image,
Envelope bbox,
Geometry geom)
Render the surface geometry the user is allowed to see. |
Uses of GeometryException in org.deegree.graphics.displayelements |
---|
Methods in org.deegree.graphics.displayelements that throw GeometryException | |
---|---|
static DisplayElement |
DisplayElementFactory.buildDisplayElement(Object o)
Builds a DisplayElement using the given Feature or GridCoverage and
the default Symbolizer . |
static DisplayElement |
DisplayElementFactory.buildDisplayElement(Object o,
Symbolizer symbolizer)
Builds a DisplayElement using the given Feature or GridCoverage and
Symbolizer . |
static LineStringDisplayElement |
DisplayElementFactory.buildLineStringDisplayElement(Feature feature,
Geometry geom,
LineSymbolizer sym)
Creates a LineStringDisplayElement using the given geometry and style information. |
DisplayElement[] |
DisplayElementFactory.createDisplayElement(Object o,
UserStyle[] styles)
Returns the display elements for a Feature or GridCoverage . |
Envelope |
ScaledFeature.getBoundedBy()
|
Uses of GeometryException in org.deegree.io.datastore.sql.oracle |
---|
Methods in org.deegree.io.datastore.sql.oracle that throw GeometryException | |
---|---|
static oracle.spatial.geometry.JGeometry |
JGeometryAdapter.export(Geometry geometry,
int srid)
Converts a deegree Geometry instance to a corresponding Oracle
JGeometry object. |
static Geometry |
JGeometryAdapter.wrap(oracle.spatial.geometry.JGeometry jGeometry,
CoordinateSystem crs)
Converts an Oracle JGeometry instance to a corresponding deegree
Geometry object. |
Uses of GeometryException in org.deegree.io.datastore.sql.postgis |
---|
Methods in org.deegree.io.datastore.sql.postgis that throw GeometryException | |
---|---|
static org.postgis.PGboxbase |
PGgeometryAdapter.export(Envelope envelope)
Converts a deegree Envelope instance to a corresponding PostGIS
PGboxbase object. |
static org.postgis.PGgeometry |
PGgeometryAdapter.export(Geometry geometry,
int srid)
Converts a deegree Geometry instance to a corresponding PostGIS
PGgeometry object. |
static Geometry |
PGgeometryAdapter.wrap(org.postgis.PGgeometry pgGeometry,
CoordinateSystem crs)
Converts a PostGIS Geometry instance to a corresponding deegree
Geometry object. |
Uses of GeometryException in org.deegree.io.sdeapi |
---|
Methods in org.deegree.io.sdeapi that throw GeometryException | |
---|---|
static com.esri.sde.sdk.client.SeShape |
SDEAdapter.export(Geometry geom,
com.esri.sde.sdk.client.SeCoordinateReference crs)
|
static Geometry |
SDEAdapter.wrap(com.esri.sde.sdk.client.SeShape shape)
|
Uses of GeometryException in org.deegree.io.shpapi.shape_new |
---|
Constructors in org.deegree.io.shpapi.shape_new that throw GeometryException | |
---|---|
ShapeFile(FeatureCollection fc,
String baseName)
Creates shapefile datastructures from the feature collection. |
Uses of GeometryException in org.deegree.model.feature |
---|
Methods in org.deegree.model.feature that throw GeometryException | |
---|---|
Envelope |
Feature.getBoundedBy()
Returns the envelope / bounding box of the feature. |
Envelope |
FeatureTupleCollection.getBoundedBy()
|
Envelope |
AbstractFeature.getBoundedBy()
Returns the envelope / boundingbox of the feature. |
Envelope |
DefaultFeatureCollection.getBoundedBy()
returns the envelope / boundingbox of the feature collection |
Uses of GeometryException in org.deegree.model.spatialschema |
---|
Methods in org.deegree.model.spatialschema that throw GeometryException | |
---|---|
static boolean |
LinearContains.contains(Surface surface,
Curve curve)
the operation returns true if the submitted curve contains the submitted surface |
static Curve |
GeometryFactory.createCurve(byte[] wkb,
CoordinateSystem crs)
creates a Curve from a wkb. |
static Curve |
GeometryFactory.createCurve(CurveSegment segment)
creates a Curve from one curve segment. |
static Curve |
GeometryFactory.createCurve(CurveSegment[] segments)
creates a Curve from an array of curve segments. |
static Curve |
GeometryFactory.createCurve(CurveSegment[] segments,
CoordinateSystem crs)
creates a Curve from an array of curve segments. |
static Curve |
GeometryFactory.createCurve(double[] ord,
int dim,
CoordinateSystem crs)
creates a GM_Curve from an array of ordinates TODO: If resources are available, think about good programming style. |
static Curve |
GeometryFactory.createCurve(Position[] positions,
CoordinateSystem crs)
creates a Curve from an array of Positions. |
static CurveSegment |
GeometryFactory.createCurveSegment(Position[] points,
CoordinateSystem crs)
creates a CurveSegment from an array of points. |
static MultiCurve |
GeometryFactory.createMultiCurve(byte[] wkb,
CoordinateSystem crs)
creates a MultiCurve from a wkb. |
static MultiPoint |
GeometryFactory.createMultiPoint(byte[] wkb,
CoordinateSystem crs)
creates a MultiPoint from a wkb. |
static MultiSurface |
GeometryFactory.createMultiSurface(byte[] wkb,
CoordinateSystem crs,
SurfaceInterpolation si)
creates a MultiSurface from a wkb |
static Point |
GeometryFactory.createPoint(byte[] wkb,
CoordinateSystem srs)
creates a Point from a wkb. |
static Surface |
GeometryFactory.createSurface(byte[] wkb,
CoordinateSystem crs,
SurfaceInterpolation si)
creates a Surface from a wkb. |
static Surface |
GeometryFactory.createSurface(double[] exterior,
double[][] interior,
int dim,
CoordinateSystem crs)
Creates a GM_Surface from the ordinates of the exterior ring and the the interior rings |
static Surface |
GeometryFactory.createSurface(Envelope bbox,
CoordinateSystem crs)
Creates a Surface from a Envelope. |
static Surface |
GeometryFactory.createSurface(Position[] exteriorRing,
Position[][] interiorRings,
SurfaceInterpolation si,
CoordinateSystem crs)
creates a Surface composed of one SurfacePatch from array(s) of Position |
static Surface |
GeometryFactory.createSurface(SurfacePatch patch)
creates a Surface from an array of SurfacePatch. |
static Surface |
GeometryFactory.createSurface(SurfacePatch[] patches)
creates a Surface from an array of SurfacePatch. |
static Surface |
GeometryFactory.createSurface(SurfacePatch[] patches,
CoordinateSystem crs)
creates a Surface from an array of SurfacePatch. |
static SurfacePatch |
GeometryFactory.createSurfacePatch(Curve exteriorRing,
Curve[] interiorRings,
CoordinateSystem crs)
|
static SurfacePatch |
GeometryFactory.createSurfacePatch(CurveSegment[] exteriorRing,
CurveSegment[][] interiorRings,
CoordinateSystem crs)
|
static SurfacePatch |
GeometryFactory.createSurfacePatch(Position[] exteriorRing,
Position[][] interiorRings,
SurfaceInterpolation si,
CoordinateSystem crs)
creates a SurfacePatch from array(s) of Position |
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 |
CurveSegment |
Ring.getAsCurveSegment()
|
CurveSegment |
RingImpl.getAsCurveSegment()
returns the Ring as one CurveSegment |
LineString |
CurveImpl.getAsLineString()
returns the curve as LineString. if there isn't a curve segment within the curve null will be returned |
LineString |
GenericCurve.getAsLineString()
returns the curve as LineString |
LineString |
LineStringImpl.getAsLineString()
returns a reference to itself |
CurveSegment |
Curve.getCurveSegmentAt(int index)
returns the curve segment at the passed index |
CurveSegment |
CurveImpl.getCurveSegmentAt(int index)
returns the curve segment at the submitted index |
CurveSegment[] |
Curve.getCurveSegments()
|
CurveSegment[] |
CurveImpl.getCurveSegments()
|
SurfacePatch |
Surface.getSurfacePatchAt(int index)
|
SurfacePatch |
SurfaceImpl.getSurfacePatchAt(int index)
|
void |
MultiCurveImpl.insertCurveAt(Curve gmc,
int index)
inserts a Curve 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 gmc equals null an exception will be thrown. |
void |
MultiCurve.insertCurveAt(Curve gmc,
int index)
inserts a Curve 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 gmc 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. |
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 |
MultiPoint.insertPointAt(Point gmp,
int index)
inserts a Point into 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 gmp equals null an exception will be thrown. |
void |
MultiPointImpl.insertPointAt(Point gmp,
int index)
inserts a Point into 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 gmp equals null an exception will be thrown. |
void |
MultiSurface.insertSurfaceAt(Surface gms,
int index)
inserts a Surface 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 gms equals null an exception will be thrown. |
void |
MultiSurfaceImpl.insertSurfaceAt(Surface gms,
int index)
inserts a Surface 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 gms 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. |
void |
Aggregate.merge(Aggregate aggregate)
merges two aggregation. |
void |
AggregateImpl.merge(Aggregate aggregate)
merges this aggregation with another one |
void |
MultiPrimitiveImpl.merge(Aggregate aggregate)
merges this aggregation with another one |
Envelope |
Envelope.merge(Envelope envelope)
merges two Envelops and returns the minimum envelope containing both. |
Envelope |
EnvelopeImpl.merge(Envelope envelope)
|
Curve |
MultiCurveImpl.removeCurveAt(int index)
removes the Curve at the submitted index from the aggregation. if index is larger then getSize() - 1 or smaller then 0 an exception will be thrown. |
Curve |
MultiCurve.removeCurveAt(int index)
removes the Curve 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 |
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. |
Point |
MultiPoint.removePointAt(int index)
removes the Point at the submitted index from the aggregation. if index is larger then getSize() - 1 or smaller then 0 an exception will be thrown. |
Point |
MultiPointImpl.removePointAt(int index)
removes the Point at the submitted index from the aggregation. if index is larger then getSize() - 1 or smaller then 0 an exception will be thrown. |
Surface |
MultiSurface.removeSurfaceAt(int index)
removes the Surface at the submitted index from the aggregation. if index is larger then getSize() - 1 or smaller then 0 an exception will be thrown. |
Surface |
MultiSurfaceImpl.removeSurfaceAt(int index)
removes the Surface at the submitted index from the aggregation. if index is larger then getSize() - 1 or smaller then 0 an exception will be thrown. |
void |
MultiCurveImpl.setCurveAt(Curve gmc,
int index)
sets the submitted Curve 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 gmc equals null an exception will be thrown. |
void |
MultiCurve.setCurveAt(Curve gmc,
int index)
sets the submitted Curve 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 gmc 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. |
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 |
OrientablePrimitive.setOrientation(char orientation)
sets the curves orientation |
void |
OrientablePrimitiveImpl.setOrientation(char orientation)
sets the curves orientation |
void |
MultiPoint.setPointAt(Point gmp,
int index)
sets the submitted Point 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 gmp equals null an exception will be thrown. |
void |
MultiPointImpl.setPointAt(Point gmp,
int index)
sets the submitted Point 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 gmp equals null an exception will be thrown. |
protected void |
RingImpl.setPositions(Position[][] positions)
sets the Ring as a ArrayList of points |
void |
MultiSurface.setSurfaceAt(Surface gms,
int index)
sets the submitted Surface 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 gms equals null an exception will be thrown. |
void |
MultiSurfaceImpl.setSurfaceAt(Surface gms,
int index)
sets the submitted Surface 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 gms equals null an exception will be thrown. |
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 . |
static Curve |
WKTAdapter.wrapCurve(String wkt,
CoordinateSystem crs)
creates a Curve from a WKT. |
protected static Curve |
GMLGeometryAdapter.wrapCurveAsCurve(Element element,
String srsName)
Returns an instance of Curve created from the passed gml:Curve
element. |
static MultiCurve |
WKTAdapter.wrapMultiCurve(String wkt,
CoordinateSystem crs)
creates a MultiCurve from a WKT |
protected static MultiCurve |
GMLGeometryAdapter.wrapMultiCurveAsMultiCurve(Element element,
String srsName)
Returns an instance of MultiCurve created from the passed gml:MultiCurve
element. |
static MultiSurface |
WKTAdapter.wrapMultiSurface(String wkt,
CoordinateSystem crs)
creates a MultiSurface from a WKT |
protected static MultiSurface |
GMLGeometryAdapter.wrapMultiSurfaceAsMultiSurface(Element element,
String srsName)
Returns an instance of MultiSurface created from the passed
gml:MultiSurface element. |
static Surface |
WKTAdapter.wrapSurface(String wkt,
CoordinateSystem crs)
creates a Surface |
protected static Surface |
GMLGeometryAdapter.wrapSurfaceAsSurface(Element element,
String srsName)
Returns an instance of Surface created from the passed gml:Surface
element. |
Constructors in org.deegree.model.spatialschema that throw GeometryException | |
---|---|
CurveImpl(char orientation,
CurveSegment[] segments)
initialize the curve by submitting a spatial reference system, an array of curve segments and the orientation of the curve |
|
CurveImpl(CurveSegment segments)
initialize the curve by submitting a spatial reference system and an array of curve segments. |
|
CurveImpl(CurveSegment[] segments)
initialize the curve by submitting a spatial reference system and an array of curve segments. |
|
CurveImpl(CurveSegment[] segments,
CoordinateSystem crs)
initialize the curve by submitting a spatial reference system and an array of curve segments. |
|
CurveSegmentImpl(Position[] gmps,
CoordinateSystem crs)
Creates a new CurveSegmentImpl object. |
|
LineStringImpl(Position[] gmps,
CoordinateSystem cs)
Creates a new LineStringImpl object. |
|
OrientableCurveImpl(CoordinateSystem crs)
Creates a new OrientableCurveImpl object. |
|
OrientableCurveImpl(CoordinateSystem crs,
char orientation)
Creates a new OrientableCurveImpl object. |
|
OrientablePrimitiveImpl(CoordinateSystem crs,
char orientation)
the constructor sets the curves orientation |
|
OrientableSurfaceImpl(CoordinateSystem crs)
Creates a new OrientableSurfaceImpl object. |
|
OrientableSurfaceImpl(CoordinateSystem crs,
char orientation)
Creates a new OrientableSurfaceImpl object. |
|
PolygonImpl(SurfaceInterpolation interpolation,
Position[] exteriorRing,
Position[][] interiorRings,
CoordinateSystem crs)
Creates a new PolygonImpl object. |
|
RingImpl(CurveSegment[] segments,
CoordinateSystem crs,
char orientation)
Constructor, with curve segments, CoordinateSystem and Orientation |
|
RingImpl(Position[] points,
CoordinateSystem crs)
Constructor, with an array and CoordinateSystem |
|
RingImpl(Position[] points,
CoordinateSystem crs,
char orientation)
Constructor, with an array, CoordinateSystem and Orientation |
|
SurfaceImpl(char orientation,
SurfaceBoundary boundary)
initializes the surface submitting the orientation and the surfaces boundary. |
|
SurfaceImpl(char orientation,
SurfacePatch surfacePatch)
initializes the surface submitting the orientation and one surface patch. |
|
SurfaceImpl(char orientation,
SurfacePatch[] surfacePatches)
initializes the surface submitting the orientation and one surface patch. |
|
SurfaceImpl(SurfaceBoundary boundary)
initializes the surface with default orientation submitting the surfaces boundary |
|
SurfaceImpl(SurfacePatch surfacePatch)
initializes the surface with default orientation submitting one surface patch. |
|
SurfaceImpl(SurfacePatch[] surfacePatches)
initializes the surface with default orientation submitting one surface patch. |
|
SurfaceImpl(SurfacePatch[] surfacePatches,
CoordinateSystem crs)
initializes the surface with default orientation submitting one surface patch. |
|
SurfaceInterpolationImpl(int surfaceInterpolation)
Creates a new SurfaceInterpolationImpl object. |
|
SurfacePatchImpl(SurfaceInterpolation interpolation,
Position[] exteriorRing,
Position[][] interiorRings,
CoordinateSystem crs)
Creates a new SurfacePatchImpl object. |
Uses of GeometryException in org.deegree.ogcbase |
---|
Methods in org.deegree.ogcbase that throw GeometryException | |
---|---|
protected static void |
XMLFactory.appendGeometry(Element el,
Geometry geom)
Appends the DOM representation of the given Geometry to the given element. |
Uses of GeometryException in org.deegree.ogcwebservices.sos |
---|
Methods in org.deegree.ogcwebservices.sos that throw GeometryException | |
---|---|
static Document |
WFSRequestGenerator.createBBoxWFSRequest(Envelope bbox,
QualifiedName featureTypeName,
QualifiedName coordPropertyName)
|
Uses of GeometryException in org.deegree.ogcwebservices.wpvs.j3d |
---|
Methods in org.deegree.ogcwebservices.wpvs.j3d that throw GeometryException | |
---|---|
String |
ViewPoint.getFootPrintAsWellKnownText()
|
String |
ViewPoint.getObserverPositionAsWKT()
|
Uses of GeometryException in org.deegree.ogcwebservices.wpvs.operation |
---|
Methods in org.deegree.ogcwebservices.wpvs.operation that throw GeometryException | |
---|---|
void |
ConeRequest.setWfsReqGeom()
|
abstract void |
RequestGeometry.setWfsReqGeom()
sets the geometry needed for WFS request |
void |
LineRequest.setWfsReqGeom()
|
Uses of GeometryException in org.deegree.portal.standard.wfs.control |
---|
Methods in org.deegree.portal.standard.wfs.control that throw GeometryException | |
---|---|
protected void |
DigitizeListener.validateRequest(RPCWebEvent rpcEvent)
Validate the RPC request: number of RPCParameter must be 2 or more. |
Uses of GeometryException in org.deegree.tools.app3d |
---|
Methods in org.deegree.tools.app3d that throw GeometryException | |
---|---|
void |
CityGML2Shape.write()
|
Uses of GeometryException in org.deegree.tools.raster |
---|
Methods in org.deegree.tools.raster that throw GeometryException | |
---|---|
FeatureCollection |
WorldFiles2GML.perform()
|
void |
ImportIndexIntoDB.perform()
main method to perform indexing of raster tile via a spatial DB |
Uses of GeometryException in org.deegree.tools.shape |
---|
Methods in org.deegree.tools.shape that throw GeometryException | |
---|---|
void |
GML2Shape_new.write()
|
|
deegree 2.2 (2008/12/22 11:33 build-3038-official) | |||||||||
PREV NEXT | FRAMES NO FRAMES |
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://deegree.sourceforge.net