|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of GM_Point in org.deegree_impl.clients.context |
Fields in org.deegree_impl.clients.context declared as GM_Point | |
private GM_Point[] |
General.boundingBox
|
Methods in org.deegree_impl.clients.context that return GM_Point | |
private static GM_Point[] |
WebMapContextFactory.createBoundingBox(org.w3c.dom.Element element)
creates a GM_Envelope from the passed Element |
GM_Point[] |
General.getBoundingBox()
|
Methods in org.deegree_impl.clients.context with parameters of type GM_Point | |
void |
General.setBoundingBox(GM_Point[] boundingBox)
“BoundingBox” formatted as defined in the WMS 1.1.1 Specification. |
Constructors in org.deegree_impl.clients.context with parameters of type GM_Point | |
General(java.lang.String title,
java.lang.String abstract_,
java.awt.Rectangle window,
ContactInformation contactInformation,
GM_Point[] boundingBox,
BaseURL descriptionURL,
ImageURL logoURL,
java.lang.String[] keywords,
Marshallable extension)
Creates a new General object. |
Uses of GM_Point in org.deegree_impl.clients.wmsclient.model |
Methods in org.deegree_impl.clients.wmsclient.model with parameters of type GM_Point | |
static WMSGetMapRequest |
ModelModifier.modify(WMSGetMapRequest model,
GM_Point center,
double zoomLevel)
modify's the submitted WMSGetMapRequest by setting a new boundingbox that is $zoomlevel$ % larger ( zoomLevel > 0 ) or $zoomlevel$ smaller ( zoomLevel < 0 ) than the current bounding box. |
Uses of GM_Point in org.deegree_impl.gml |
Methods in org.deegree_impl.gml with parameters of type GM_Point | |
private static GMLPoint |
GMLFactory.createGMLPoint(GM_Point geo,
GMLDocument_Impl doc)
creates a GMLPoint from a GM_Point |
Uses of GM_Point in org.deegree_impl.graphics.displayelements |
Methods in org.deegree_impl.graphics.displayelements with parameters of type GM_Point | |
private void |
PointDisplayElement_Impl.drawPoint(java.awt.Graphics2D g,
GM_Point point,
GeoTransform projection,
java.awt.Image image)
renders one point to the submitted graphic context considering the also submitted projection |
Constructors in org.deegree_impl.graphics.displayelements with parameters of type GM_Point | |
PointDisplayElement_Impl(Feature feature,
GM_Point geometry)
Creates a new PointDisplayElement_Impl object. |
|
PointDisplayElement_Impl(Feature feature,
GM_Point geometry,
PointSymbolizer symbolizer)
Creates a new PointDisplayElement_Impl object. |
Uses of GM_Point in org.deegree_impl.io.shpapi |
Methods in org.deegree_impl.io.shpapi that return GM_Point | |
GM_Point |
SHP2WKS.transformPoint(CS_CoordinateSystem crs,
SHPPoint shppoint)
method: GM_Point transformPoint(CS_CoordinateSystem srs, SHPPoint shppoint)) transforms a SHPPoint to a WKSGeometry gets a point that should be transformed |
GM_Point[] |
SHP2WKS.transformMultiPoint(CS_CoordinateSystem srs,
SHPMultiPoint shpmultipoint)
method: GM_Point[] transformMultiPoint(CS_CoordinateSystem srs, SHPMultiPoint shpmultipoint)) transforms a SHPMultiPoint to a WKSGeometry gets a multipoint that should be transformed |
Uses of GM_Point in org.deegree_impl.model.ct |
Methods in org.deegree_impl.model.ct with parameters of type GM_Point | |
private GM_Object |
GeoTransformer.transformPoint(GM_Point geo,
MathTransform trans)
transforms the submitted point to the target coordinate reference system |
Uses of GM_Point in org.deegree_impl.model.feature |
Methods in org.deegree_impl.model.feature that return GM_Point | |
private static GM_Point |
GMLFeatureAdapter.createPoint(org.w3c.dom.Element element)
returns an instance of a point created from the passed |
Uses of GM_Point in org.deegree_impl.model.geometry |
Classes in org.deegree_impl.model.geometry that implement GM_Point | |
(package private) class |
GM_Point_Impl
default implementation of the GM_Point interface. |
Fields in org.deegree_impl.model.geometry declared as GM_Point | |
protected GM_Point |
GM_SurfacePatch_Impl.centroid
|
protected GM_Point |
GM_Object_Impl.centroid
|
Methods in org.deegree_impl.model.geometry that return GM_Point | |
static GM_Point |
WKTAdapter.wrapPoint(java.lang.String wkt,
CS_CoordinateSystem crs)
creates a GM_Point from a WKT. |
private static GM_Point |
SDEAdapter.wrapPoint(SeShape shape)
creates a GM_Point from a SeShape |
private static GM_Point |
PostGISAdapter.createPoint(Point ppoint,
CS_CoordinateSystem crs)
creates a deegree point from a PostGIS point |
static GM_Point |
OracleAdapter.wrapPoint(Point point,
CS_CoordinateSystem srs)
creates a GM_Point from a oracle sdo point. |
GM_Point |
GM_SurfacePatch_Impl.getCentroid()
The operation "centroid" shall return the mathematical centroid for this GM_Object. |
GM_Point |
GM_Object_Impl.getCentroid()
The operation "centroid" shall return the mathematical centroid for this GM_Object. |
GM_Point |
GM_MultiPoint_Impl.removePoint(GM_Point gmp)
removes the submitted GM_Point from the aggregation |
GM_Point |
GM_MultiPoint_Impl.removePointAt(int index)
removes the GM_Point at the submitted index from the aggregation. |
GM_Point |
GM_MultiPoint_Impl.getPointAt(int index)
returns the GM_Point at the submitted index. |
GM_Point[] |
GM_MultiPoint_Impl.getAllPoints()
returns all GM_Points as array |
GM_Point |
GM_Curve_Impl.getStartPoint()
returns the first point of the curve. if the curve doesn't contain a segment or the first segment doesn't contain a point null will be returned |
GM_Point |
GM_Curve_Impl.getEndPoint()
returns the last point of the curve.if the curve doesn't contain a segment or the last segment doesn't contain a point null will be returned |
GM_Point |
GM_CurveSegment_Impl.getStartPoint()
returns the first point of the curve. if the curve segment doesn't contain a point null will be returned |
GM_Point |
GM_CurveSegment_Impl.getEndPoint()
returns the last point of the curve. if the curve segment doesn't contain a point null will be returned |
private static GM_Point |
GMLAdapter.wrap(GMLPoint gml)
creates a GM_Point from a gml. |
private static GM_Point |
GMLAdapter.wrap(GMLPoint gml,
java.lang.String multipointSRS)
creates a GM_Point from a gml. |
static GM_Point |
GeometryFactory.createGM_Point(double x,
double y,
CS_CoordinateSystem crs)
creates a GM_Point from two coordinates. |
static GM_Point |
GeometryFactory.createGM_Point(GM_Position position,
CS_CoordinateSystem crs)
creates a GM_Point from a position. |
static GM_Point |
GeometryFactory.createGM_Point(byte[] wkb,
CS_CoordinateSystem srs)
creates a GM_Point from a wkb. |
Methods in org.deegree_impl.model.geometry with parameters of type GM_Point | |
private static java.lang.StringBuffer |
WKTAdapter.export(GM_Point point)
|
private static SeShape |
SDEAdapter.export(GM_Point point,
SeCoordinateReference crs)
|
private static Point |
PostGISAdapter.export(GM_Point point)
transforms the passed deegree GM_Point to a postgis point |
static boolean |
LinearIntersects.intersects(GM_Point point1,
GM_Point point2)
the operations returns true if two the submitted points intersects |
static boolean |
LinearIntersects.intersects(GM_Point point,
GM_Curve curve)
the operations returns true if the submitted point intersects the submitted curve |
static boolean |
LinearIntersects.intersects(GM_Point point,
GM_Surface surface)
the operation returns true if the submitted point intersects the submitted surface |
static boolean |
LinearContains.contains(GM_Point point1,
GM_Point point2)
the operations returns true if two the submitted points contains |
static boolean |
LinearContains.contains(GM_Curve curve,
GM_Point point)
the operations returns true if the submitted point contains the submitted curve |
static boolean |
LinearContains.contains(GM_Surface surface,
GM_Point point)
the operation returns true if the submitted point contains the submitted surface |
private static Point |
JTSAdapter.export(GM_Point gmPoint)
Converts a GM_Point to a Point. |
void |
GM_MultiPoint_Impl.addPoint(GM_Point gmp)
adds a GM_Point to the aggregation |
void |
GM_MultiPoint_Impl.insertPointAt(GM_Point gmp,
int index)
inserts a GM_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 |
GM_MultiPoint_Impl.setPointAt(GM_Point gmp,
int index)
sets the submitted GM_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. |
GM_Point |
GM_MultiPoint_Impl.removePoint(GM_Point gmp)
removes the submitted GM_Point from the aggregation |
private static java.lang.StringBuffer |
GMLAdapter.createPoint(GM_Point o)
creates a GML expression of a point geometry |
static GM_MultiPoint |
GeometryFactory.createGM_MultiPoint(GM_Point[] points)
creates a GM_MultiPoint from an array of GM_Point. |
Constructors in org.deegree_impl.model.geometry with parameters of type GM_Point | |
GM_Point_Impl(GM_Point gmo)
constructor |
|
GM_MultiPoint_Impl(GM_Point[] gmp)
Creates a new GM_MultiPoint_Impl object. |
|
GM_MultiPoint_Impl(GM_Point[] gmp,
CS_CoordinateSystem crs)
Creates a new GM_MultiPoint_Impl object. |
Uses of GM_Point in org.deegree_impl.services.gazetteer |
Methods in org.deegree_impl.services.gazetteer that return GM_Point | |
GM_Point[] |
SI_LocationInstance_Impl.getPosition()
|
Methods in org.deegree_impl.services.gazetteer with parameters of type GM_Point | |
void |
SI_LocationInstance_Impl.addPosition(GM_Point position)
|
void |
SI_LocationInstance_Impl.setPosition(GM_Point[] position)
|
Constructors in org.deegree_impl.services.gazetteer with parameters of type GM_Point | |
SI_LocationInstance_Impl(java.lang.String geographicIdentifier,
java.lang.String alternativeGeographicIdentifier,
java.lang.String identifier,
java.util.Date begin,
java.util.Date end,
GM_Point[] position,
GM_Object[] geographicExtent,
CitedResponsibleParty administrator,
SI_LocationInstance[] parents,
SI_LocationInstance[] child,
SI_LocationType locationType)
Creates a new SI_LocationInstance_Impl object. |
Uses of GM_Point in org.deegree.model.geometry |
Subinterfaces of GM_Point in org.deegree.model.geometry | |
interface |
GM_CompositePoint
----------------------------------------------------- |
Methods in org.deegree.model.geometry that return GM_Point | |
GM_Point |
GM_SurfacePatch.getCentroid()
The operation "centroid" shall return the mathematical centroid for this GM_Object. |
GM_Point |
GM_Object.getCentroid()
The operation "centroid" shall return the mathematical centroid for this GM_Object. |
GM_Point |
GM_MultiPoint.removePoint(GM_Point gmp)
removes the submitted GM_Point from the aggregation |
GM_Point |
GM_MultiPoint.removePointAt(int index)
removes the GM_Point at the submitted index from the aggregation. |
GM_Point |
GM_MultiPoint.getPointAt(int index)
returns the GM_Point at the submitted index. |
GM_Point[] |
GM_MultiPoint.getAllPoints()
returns all GM_Points as array |
GM_Point |
GM_GenericCurve.getStartPoint()
returns the first point of the curve |
GM_Point |
GM_GenericCurve.getEndPoint()
returns the last point of the curve |
Methods in org.deegree.model.geometry with parameters of type GM_Point | |
void |
GM_MultiPoint.addPoint(GM_Point gmp)
adds a GM_Point to the aggregation |
void |
GM_MultiPoint.insertPointAt(GM_Point gmp,
int index)
inserts a GM_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 |
GM_MultiPoint.setPointAt(GM_Point gmp,
int index)
sets the submitted GM_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. |
GM_Point |
GM_MultiPoint.removePoint(GM_Point gmp)
removes the submitted GM_Point from the aggregation |
Uses of GM_Point in org.deegree.services.gazetteer |
Methods in org.deegree.services.gazetteer that return GM_Point | |
GM_Point[] |
SI_LocationInstance.getPosition()
TDB - should we support optional multiple bounding boxes or a single one? |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |