- equals(Object) - Method in class org.gvsig.fmap.dal.store.h2.h2gis.TableLocation
-
- execute(Geometry) - Static method in class org.gvsig.fmap.dal.store.h2.functions.spatial.ST_Area
-
- execute(ValueGeometry) - Static method in class org.gvsig.fmap.dal.store.h2.functions.spatial.ST_AsBinary
-
Convert a geometry into a binary value.
- execute(Geometry) - Static method in class org.gvsig.fmap.dal.store.h2.functions.spatial.ST_AsText
-
- execute(Geometry) - Static method in class org.gvsig.fmap.dal.store.h2.functions.spatial.ST_AsWKT
-
- execute(Geometry, int) - Static method in class org.gvsig.fmap.dal.store.h2.functions.spatial.ST_Boundary
-
- execute(Geometry) - Static method in class org.gvsig.fmap.dal.store.h2.functions.spatial.ST_Boundary
-
- execute(Geometry, Double) - Static method in class org.gvsig.fmap.dal.store.h2.functions.spatial.ST_Buffer
-
- execute(Geometry, Double, Value) - Static method in class org.gvsig.fmap.dal.store.h2.functions.spatial.ST_Buffer
-
- execute(Geometry) - Static method in class org.gvsig.fmap.dal.store.h2.functions.spatial.ST_Centroid
-
- execute(Geometry, Geometry) - Static method in class org.gvsig.fmap.dal.store.h2.functions.spatial.ST_ClosestPoint
-
Returns the 2D point on geometry A that is closest to geometry B.
- execute(Geometry, Geometry) - Static method in class org.gvsig.fmap.dal.store.h2.functions.spatial.ST_Contains
-
- execute(Geometry) - Static method in class org.gvsig.fmap.dal.store.h2.functions.spatial.ST_ConvexHull
-
- execute(Geometry, Geometry) - Static method in class org.gvsig.fmap.dal.store.h2.functions.spatial.ST_Covers
-
Returns true if no point in geometry B is outside geometry A.
- execute(Geometry, Geometry) - Static method in class org.gvsig.fmap.dal.store.h2.functions.spatial.ST_Crosses
-
- execute(Geometry, Geometry) - Static method in class org.gvsig.fmap.dal.store.h2.functions.spatial.ST_Difference
-
- execute(Geometry) - Static method in class org.gvsig.fmap.dal.store.h2.functions.spatial.ST_Dimension
-
- execute(Geometry, Geometry) - Static method in class org.gvsig.fmap.dal.store.h2.functions.spatial.ST_Disjoint
-
Return true if the two Geometries are disjoint
- execute(Geometry, Geometry) - Static method in class org.gvsig.fmap.dal.store.h2.functions.spatial.ST_Distance
-
- execute(Geometry, Geometry, Double) - Static method in class org.gvsig.fmap.dal.store.h2.functions.spatial.ST_DWithin
-
Returns true if the geometries are within the specified distance of one another.
- execute(Geometry) - Static method in class org.gvsig.fmap.dal.store.h2.functions.spatial.ST_EndPoint
-
- execute(Geometry, int) - Static method in class org.gvsig.fmap.dal.store.h2.functions.spatial.ST_Envelope
-
- execute(Geometry) - Static method in class org.gvsig.fmap.dal.store.h2.functions.spatial.ST_Envelope
-
- execute(Geometry, Geometry) - Static method in class org.gvsig.fmap.dal.store.h2.functions.spatial.ST_Equals
-
Return true if Geometry A is equal to Geometry B
- execute(Geometry) - Static method in class org.gvsig.fmap.dal.store.h2.functions.spatial.ST_ExteriorRing
-
- execute(Geometry) - Static method in class org.gvsig.fmap.dal.store.h2.functions.spatial.ST_Force2D
-
- execute(Geometry) - Static method in class org.gvsig.fmap.dal.store.h2.functions.spatial.ST_Force3D
-
- execute(Geometry, Integer) - Static method in class org.gvsig.fmap.dal.store.h2.functions.spatial.ST_GeometryN
-
Return Geometry number n from the given GeometryCollection.
- execute(Geometry) - Static method in class org.gvsig.fmap.dal.store.h2.functions.spatial.ST_GeometryType
-
- execute(String) - Static method in class org.gvsig.fmap.dal.store.h2.functions.spatial.ST_GeomFromText
-
Convert well known text parameter into a Geometry
- execute(String, int) - Static method in class org.gvsig.fmap.dal.store.h2.functions.spatial.ST_GeomFromText
-
Convert well known text parameter into a Geometry
- execute(byte[], int) - Static method in class org.gvsig.fmap.dal.store.h2.functions.spatial.ST_GeomFromWKB
-
Convert a WKB representation to a geometry
- execute(byte[]) - Static method in class org.gvsig.fmap.dal.store.h2.functions.spatial.ST_GeomFromWKB
-
Convert a WKB representation to a geometry without specify a SRID.
- execute(Geometry, Integer) - Static method in class org.gvsig.fmap.dal.store.h2.functions.spatial.ST_InteriorRingN
-
- execute(Geometry, Geometry) - Static method in class org.gvsig.fmap.dal.store.h2.functions.spatial.ST_Intersection
-
- execute(Geometry, Geometry) - Static method in class org.gvsig.fmap.dal.store.h2.functions.spatial.ST_Intersects
-
- execute(Geometry) - Static method in class org.gvsig.fmap.dal.store.h2.functions.spatial.ST_IsClosed
-
- execute(Geometry) - Static method in class org.gvsig.fmap.dal.store.h2.functions.spatial.ST_IsEmpty
-
- execute(Geometry) - Static method in class org.gvsig.fmap.dal.store.h2.functions.spatial.ST_IsRectangle
-
Returns true if the given geometry is a rectangle.
- execute(Geometry) - Static method in class org.gvsig.fmap.dal.store.h2.functions.spatial.ST_IsRing
-
- execute(Geometry) - Static method in class org.gvsig.fmap.dal.store.h2.functions.spatial.ST_IsSimple
-
- execute(Geometry) - Static method in class org.gvsig.fmap.dal.store.h2.functions.spatial.ST_IsValid
-
Returns true if the given geometry is valid.
- execute(Geometry) - Static method in class org.gvsig.fmap.dal.store.h2.functions.spatial.ST_IsValidDetail
-
Returns a valid_detail as an array of objects [0] = isvalid,[1] = reason, [2] = error location
- execute(Geometry, int) - Static method in class org.gvsig.fmap.dal.store.h2.functions.spatial.ST_IsValidDetail
-
Returns a valid_detail as an array of objects [0] = isvalid,[1] = reason, [2] = error location
isValid equals true if the geometry is valid.
- execute(Geometry) - Static method in class org.gvsig.fmap.dal.store.h2.functions.spatial.ST_IsValidReason
-
Returns text stating whether a geometry is valid.
- execute(Geometry, int) - Static method in class org.gvsig.fmap.dal.store.h2.functions.spatial.ST_IsValidReason
-
Returns text stating whether a geometry is valid.
- execute(Geometry) - Static method in class org.gvsig.fmap.dal.store.h2.functions.spatial.ST_Length
-
- execute(Geometry, Geometry...) - Static method in class org.gvsig.fmap.dal.store.h2.functions.spatial.ST_MakeLine
-
Constructs a LINESTRING from the given POINTs or MULTIPOINTs
- execute(GeometryCollection) - Static method in class org.gvsig.fmap.dal.store.h2.functions.spatial.ST_MakeLine
-
Constructs a LINESTRING from the given collection of POINTs and/or MULTIPOINTs
- execute(double, double) - Static method in class org.gvsig.fmap.dal.store.h2.functions.spatial.ST_MakePoint
-
Constructs POINT from two doubles.
- execute(double, double, double) - Static method in class org.gvsig.fmap.dal.store.h2.functions.spatial.ST_MakePoint
-
Constructs POINT from three doubles.
- execute(Geometry) - Static method in class org.gvsig.fmap.dal.store.h2.functions.spatial.ST_NPoints
-
- execute(Geometry) - Static method in class org.gvsig.fmap.dal.store.h2.functions.spatial.ST_NumGeometries
-
- execute(Geometry) - Static method in class org.gvsig.fmap.dal.store.h2.functions.spatial.ST_NumInteriorRing
-
Return the number of holes in a Polygon or MultiPolygon
- execute(Geometry) - Static method in class org.gvsig.fmap.dal.store.h2.functions.spatial.ST_NumInteriorRings
-
Return the number of holes in a Polygon or MultiPolygon
- execute(Geometry) - Static method in class org.gvsig.fmap.dal.store.h2.functions.spatial.ST_NumPoints
-
- execute(Geometry, Geometry) - Static method in class org.gvsig.fmap.dal.store.h2.functions.spatial.ST_Overlaps
-
- execute(Geometry) - Static method in class org.gvsig.fmap.dal.store.h2.functions.spatial.ST_Perimeter
-
Compute the perimeter of a polygon or a multipolygon.
- execute(Geometry, int) - Static method in class org.gvsig.fmap.dal.store.h2.functions.spatial.ST_PointN
-
- execute(Geometry, Geometry) - Static method in class org.gvsig.fmap.dal.store.h2.functions.spatial.ST_Relate
-
- execute(Geometry, Geometry, String) - Static method in class org.gvsig.fmap.dal.store.h2.functions.spatial.ST_Relate
-
- execute(Geometry, double) - Static method in class org.gvsig.fmap.dal.store.h2.functions.spatial.ST_Rotate
-
Rotates a geometry by a given angle (in radians) about the center of the geometry's envelope.
- execute(Geometry, double, Point) - Static method in class org.gvsig.fmap.dal.store.h2.functions.spatial.ST_Rotate
-
Rotates a geometry by a given angle (in radians) about the specified point.
- execute(Geometry, double, double, double) - Static method in class org.gvsig.fmap.dal.store.h2.functions.spatial.ST_Rotate
-
Rotates a geometry by a given angle (in radians) about the specified point at (x0, y0).
- execute(Geometry, double, double) - Static method in class org.gvsig.fmap.dal.store.h2.functions.spatial.ST_Scale
-
Scales the given geometry by multiplying the coordinates by the indicated x and y scale factors, leaving the z-coordinate untouched.
- execute(Geometry, double, double, double) - Static method in class org.gvsig.fmap.dal.store.h2.functions.spatial.ST_Scale
-
Scales the given geometry by multiplying the coordinates by the indicated x, y and z scale factors.
- execute(Geometry, Integer) - Static method in class org.gvsig.fmap.dal.store.h2.functions.spatial.ST_SetSRID
-
Set a new SRID to the geometry
- execute(byte[]) - Static method in class org.gvsig.fmap.dal.store.h2.functions.spatial.ST_SRID
-
- execute(Geometry) - Static method in class org.gvsig.fmap.dal.store.h2.functions.spatial.ST_StartPoint
-
- execute(Geometry, Geometry) - Static method in class org.gvsig.fmap.dal.store.h2.functions.spatial.ST_Touches
-
Return true if the geometry A touches the geometry B
- execute(Geometry, Geometry) - Static method in class org.gvsig.fmap.dal.store.h2.functions.spatial.ST_Union
-
- execute(Geometry) - Static method in class org.gvsig.fmap.dal.store.h2.functions.spatial.ST_Union
-
- execute(Geometry, Geometry) - Static method in class org.gvsig.fmap.dal.store.h2.functions.spatial.ST_Within
-
- execute(Geometry) - Static method in class org.gvsig.fmap.dal.store.h2.functions.spatial.ST_X
-
- execute(Geometry) - Static method in class org.gvsig.fmap.dal.store.h2.functions.spatial.ST_XMax
-
Returns the maximal x-value of the given geometry.
- execute(Geometry) - Static method in class org.gvsig.fmap.dal.store.h2.functions.spatial.ST_XMin
-
Returns the minimal x-value of the given geometry.
- execute(Geometry) - Static method in class org.gvsig.fmap.dal.store.h2.functions.spatial.ST_Y
-
- execute(Geometry) - Static method in class org.gvsig.fmap.dal.store.h2.functions.spatial.ST_YMax
-
Returns the maximal y-value of the given geometry.
- execute(Geometry) - Static method in class org.gvsig.fmap.dal.store.h2.functions.spatial.ST_YMin
-
Returns the minimal y-value of the given geometry.
- execute(Geometry) - Static method in class org.gvsig.fmap.dal.store.h2.functions.spatial.ST_Z
-
- execute(Geometry) - Static method in class org.gvsig.fmap.dal.store.h2.functions.spatial.ST_ZMax
-
Returns the maximal z-value of the given geometry.
- execute(Geometry) - Static method in class org.gvsig.fmap.dal.store.h2.functions.spatial.ST_ZMin
-
Returns the minimal z-value of the given geometry.
- execute(String, String) - Static method in class org.gvsig.fmap.dal.store.h2.h2gis.functions.DimensionFromConstraint
-
Public for Unit test
- execute(Connection, String, String, String, String, String) - Static method in class org.gvsig.fmap.dal.store.h2.h2gis.functions.DimensionFromConstraint
-
- execute(String, int) - Static method in class org.gvsig.fmap.dal.store.h2.h2gis.functions.GeometryTypeFromConstraint
-
Convert H2 constraint string into a OGC geometry type index.