Package org.hibernate.spatial
Enum Class SpatialFunction
- All Implemented Interfaces:
Serializable
,Comparable<SpatialFunction>
,Constable
Deprecated.
Spatial functions that users generally expect in a database.
The javadoc contains references to these specifications.
- OpenGIS Simple Features Specification for SQL, rev. 1.1 (OGC 99-049)
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDeprecated.The asBinary function, cfr.Deprecated.The asText function, cfr.Deprecated.The boundery function, cfr.Deprecated.The buffer function, cfr.Deprecated.The contains function, cfr.Deprecated.The convexHull function, cfr.Deprecated.The crosses function, cfr.Deprecated.The difference function, cfr.Deprecated.The dimension function, cfr.Deprecated.The disjoint function, cfr.Deprecated.The distance function, cfr.Deprecated.the distance within functionDeprecated.The envelope function, cfr.Deprecated.The equals function, cfr.Deprecated.the extents functionDeprecated.The filter functionDeprecated.The geometryType function, cfr.Deprecated.The union function, cfr.Deprecated.The intersection function, cfr.Deprecated.The intersects function, cfr.Deprecated.The isEmpty function, cfr.Deprecated.The isSimple function, cfr.Deprecated.The overlaps function, cfr.Deprecated.The relate function, cfr.Deprecated.The SRID function, cfr.Deprecated.The symDifference function, cfr.Deprecated.The touches function, cfr.Deprecated.the transform functionDeprecated.The within function, cfr. -
Method Summary
Modifier and TypeMethodDescriptionstatic SpatialFunction
Deprecated.Returns the enum constant of this class with the specified name.static SpatialFunction[]
values()
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
dimension
Deprecated.The dimension function, cfr. OGC 99-049, s2.1.1.1 -
geometrytype
Deprecated.The geometryType function, cfr. OGC 99-049, s2.1.1.1 -
srid
Deprecated.The SRID function, cfr. OGC 99-049, s2.1.1.1 -
envelope
Deprecated.The envelope function, cfr. OGC 99-049, s2.1.1.1 -
astext
Deprecated.The asText function, cfr. OGC 99-049, s2.1.1.1 -
asbinary
Deprecated.The asBinary function, cfr. OGC 99-049, s2.1.1.1 -
isempty
Deprecated.The isEmpty function, cfr. OGC 99-049, s2.1.1.1 -
issimple
Deprecated.The isSimple function, cfr. OGC 99-049, s2.1.1.1 -
boundary
Deprecated.The boundery function, cfr. OGC 99-049, s2.1.1.1 -
equals
Deprecated.The equals function, cfr. OGC 99-049, s2.1.1.2 -
disjoint
Deprecated.The disjoint function, cfr. OGC 99-049, s2.1.1.2 -
intersects
Deprecated.The intersects function, cfr. OGC 99-049, s2.1.1.2 -
touches
Deprecated.The touches function, cfr. OGC 99-049, s2.1.1.2 -
crosses
Deprecated.The crosses function, cfr. OGC 99-049, s2.1.1.2 -
within
Deprecated.The within function, cfr. OGC 99-049, s2.1.1.2 -
contains
Deprecated.The contains function, cfr. OGC 99-049, s2.1.1.2 -
overlaps
Deprecated.The overlaps function, cfr. OGC 99-049, s2.1.1.2 -
relate
Deprecated.The relate function, cfr. OGC 99-049, s2.1.1.2 -
distance
Deprecated.The distance function, cfr. OGC 99-049, s2.1.1.3 -
buffer
Deprecated.The buffer function, cfr. OGC 99-049, s2.1.1.3 -
convexhull
Deprecated.The convexHull function, cfr. OGC 99-049, s2.1.1.3 -
intersection
Deprecated.The intersection function, cfr. OGC 99-049, s2.1.1.3 -
geomunion
Deprecated.The union function, cfr. OGC 99-049, s2.1.1.3 -
difference
Deprecated.The difference function, cfr. OGC 99-049, s2.1.1.3 -
symdifference
Deprecated.The symDifference function, cfr. OGC 99-049, s2.1.1.3 -
dwithin
Deprecated.the distance within functionThe semantics are those of Postgis function ST_Dwithin (geom1, geom2, distance) : boolean. It returns true if geom1 and geom2 are within the specified distance of one another (in units of the spatial reference system).
-
transform
Deprecated.the transform functionThe semantics are those of the Postgis function ST_Transform(geometry, srid) : geometry. It returns new geometry with its coordinates transformed to the spatial reference system referenced by the srid parameter.
-
extent
Deprecated.the extents function -
filter
Deprecated.The filter functionCorresponds to the Oracle Spatial's "SDO_FILTER" function, or the "&&" operator of PostGIS.
-
-
Method Details
-
values
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Deprecated.Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
CommonSpatialFunction