Package org.hibernate.spatial
Enum Class CommonSpatialFunction
- All Implemented Interfaces:
Serializable
,Comparable<CommonSpatialFunction>
,Constable
Functions commonly expected in databases, as defined
by the SQL/MM specs
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptiongetKey()
int
getType()
boolean
static CommonSpatialFunction
Returns the enum constant of this class with the specified name.static CommonSpatialFunction[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ST_ASTEXT
-
ST_GEOMETRYTYPE
-
ST_DIMENSION
-
ST_SRID
-
ST_ENVELOPE
-
ST_ASBINARY
-
ST_ISEMPTY
-
ST_ISSIMPLE
-
ST_BOUNDARY
-
ST_OVERLAPS
-
ST_INTERSECTS
-
ST_EQUALS
-
ST_CONTAINS
-
ST_CROSSES
-
ST_DISJOINT
-
ST_TOUCHES
-
ST_WITHIN
-
ST_RELATE
-
ST_DISTANCE
-
ST_BUFFER
-
ST_CONVEXHULL
-
ST_DIFFERENCE
-
ST_INTERSECTION
-
ST_SYMDIFFERENCE
-
ST_UNION
-
-
Method Details
-
values
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
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
-
getKey
-
getReturnType
-
returnsGeometry
public boolean returnsGeometry() -
getNumArgs
public int getNumArgs() -
getType
-