- SDO_BATCH_SIZE - Static variable in class org.hibernate.spatial.dialect.oracle.criterion.SDOParameterMap
-
The sdo_batch_size parameter
- SDO_NUM_RES - Static variable in class org.hibernate.spatial.dialect.oracle.criterion.SDOParameterMap
-
The sdo_num_res parameter
- SDOFilter(String, Geometry, SDOParameterMap) - Static method in class org.hibernate.spatial.dialect.oracle.criterion.OracleSpatialRestrictions
-
Apply the "SDO_FILTER" constraint to the specified property, using the specified parameters
- SDOFilter(String, Geometry, Double, Double) - Static method in class org.hibernate.spatial.dialect.oracle.criterion.OracleSpatialRestrictions
-
Apply the "SDO_FILTER" constraint to the specified property, using the specified parameters
- SDOGeometryTypeDescriptor - Class in org.hibernate.spatial.dialect.oracle
-
Descriptor for the Oracle Spatial SDO_GEOMETRY type
- SDOGeometryTypeDescriptor(OracleJDBCTypeFactory) - Constructor for class org.hibernate.spatial.dialect.oracle.SDOGeometryTypeDescriptor
-
Constructs a SqlTypeDescriptor
for the Oracle SDOGeometry type.
- SDOGeometryValueExtractor<X> - Class in org.hibernate.spatial.dialect.oracle
-
ValueExtractor for SDO_GEOMETRY
- SDOGeometryValueExtractor(JavaTypeDescriptor<X>, SqlTypeDescriptor) - Constructor for class org.hibernate.spatial.dialect.oracle.SDOGeometryValueExtractor
-
Creates instance
- SDONN(String, Geometry, Double, Integer, String) - Static method in class org.hibernate.spatial.dialect.oracle.criterion.OracleSpatialRestrictions
-
Apply the "SDO_NN" constraint to the specified property, using the specified parameters
- SDONN(String, Geometry, SDOParameterMap) - Static method in class org.hibernate.spatial.dialect.oracle.criterion.OracleSpatialRestrictions
-
Apply the "SDO_NN" constraint to the specified property, using the specified SDOParameterMap
- SDOParameterMap - Class in org.hibernate.spatial.dialect.oracle.criterion
-
Represents the parameters that can be passed into Oracle’s Spatial operators
- SDOParameterMap() - Constructor for class org.hibernate.spatial.dialect.oracle.criterion.SDOParameterMap
-
Constructs an empty instance
- SDORelate(String, Geometry, SDOParameterMap) - Static method in class org.hibernate.spatial.dialect.oracle.criterion.OracleSpatialRestrictions
-
Apply the "SDO_RELATE" constraint to the specified property, using the specified SDOParameterMap
- SDORelate(String, Geometry, RelationshipMask[], Double, Double) - Static method in class org.hibernate.spatial.dialect.oracle.criterion.OracleSpatialRestrictions
-
Apply the "SDO_RELATE" constraint to the specified property, using the specified parameters.
- SDOWithinDistance(String, Geometry, SDOParameterMap) - Static method in class org.hibernate.spatial.dialect.oracle.criterion.OracleSpatialRestrictions
-
Apply the "SDO_WITHIN_DISTANCE" constraint to the specified property, using the specified SDOParameterMap
.
- SDOWithinDistance(String, Geometry, Double, SDOParameterMap) - Static method in class org.hibernate.spatial.dialect.oracle.criterion.OracleSpatialRestrictions
-
Apply the "SDO_WITHIN_DISTANCE" constraint to the specified property, using the specified SDOParameterMap
.
- setDistance(Double) - Method in class org.hibernate.spatial.dialect.oracle.criterion.SDOParameterMap
-
Adds the distance parameter with the specified value
- setGeometryFactory(GeometryFactory) - Static method in class org.hibernate.spatial.jts.EnvelopeAdapter
-
- setMask(String) - Method in class org.hibernate.spatial.dialect.oracle.criterion.SDOParameterMap
-
Adds the mask parameter with the specified value
- setMaxResolution(Double) - Method in class org.hibernate.spatial.dialect.oracle.criterion.SDOParameterMap
-
Adds the max_resolution parameter with the specified value
- setMinResolution(Double) - Method in class org.hibernate.spatial.dialect.oracle.criterion.SDOParameterMap
-
Adds the min_resolution parameter with the specified value
- setQueryType(String) - Method in class org.hibernate.spatial.dialect.oracle.criterion.SDOParameterMap
-
Adds the querytype parameter with the specified value
- setQueryTypeToFilter() - Method in class org.hibernate.spatial.dialect.oracle.criterion.SDOParameterMap
-
Adds the querytype parameter with value "FILTER"
- setSdoBatchSize(Integer) - Method in class org.hibernate.spatial.dialect.oracle.criterion.SDOParameterMap
-
Adds the sdo_batch_size parameter with the specified value
- setSdoNumRes(Integer) - Method in class org.hibernate.spatial.dialect.oracle.criterion.SDOParameterMap
-
Adds the sdo_num_res parameter with the specified value
- setUnit(String) - Method in class org.hibernate.spatial.dialect.oracle.criterion.SDOParameterMap
-
Adds the unit parameter with the specified value
- SHORT_NAME - Static variable in class org.hibernate.spatial.dialect.sqlserver.SqlServer2008SpatialDialect
-
The short name for this dialect
- Spatial - Interface in org.hibernate.spatial
-
A marker interface for spatial (geometric/geographic) types.
- SpatialAggregate - Interface in org.hibernate.spatial
-
Enumeration of types of Spatial Aggregation
- SpatialAnalysis - Interface in org.hibernate.spatial
-
The spatial analysis functions defined in the OGC SFS specification.
- SpatialDialect - Interface in org.hibernate.spatial
-
Describes the features of a spatially enabled dialect.
- spatialEnabled(boolean) - Method in interface org.hibernate.spatial.HSMessageLogger
-
- spatialEnabled(boolean) - Method in class org.hibernate.spatial.HSMessageLogger_$logger
-
- spatialEnabled$str() - Method in class org.hibernate.spatial.HSMessageLogger_$logger
-
- SpatialFilter - Class in org.hibernate.spatial.criterion
-
A <code>Criterion</code> constraining a geometry property to have a bounding box that overlaps with
a specified bounding box.
- SpatialFilter(String, Geometry) - Constructor for class org.hibernate.spatial.criterion.SpatialFilter
-
Constructs an instance with the specified property and the bounding box of the specified geometry.
- SpatialFilter(String, Envelope, int) - Constructor for class org.hibernate.spatial.criterion.SpatialFilter
-
Constructs an instance with the specified property and the bounding box of the specified geometry.
- SpatialFunction - Enum in org.hibernate.spatial
-
Spatial functions that users generally expect in a database.
- SpatialFunctionsRegistry - Class in org.hibernate.spatial.dialect
-
Registers all available spatial functions for a <code>Dialect</code>
<p>
Created by Karel Maesen, Geovise BVBA on 29/10/16.
- SpatialFunctionsRegistry() - Constructor for class org.hibernate.spatial.dialect.SpatialFunctionsRegistry
-
- SpatialInitializer - Class in org.hibernate.spatial.integration
-
Manages initialization of the hibernate-spatial integration
- SpatialInitializer() - Constructor for class org.hibernate.spatial.integration.SpatialInitializer
-
- SpatialProjections - Class in org.hibernate.spatial.criterion
-
A factory for spatial projections.
- SpatialRelateExpression - Class in org.hibernate.spatial.criterion
-
A Criterion
constraining a Geometry
property to have specific spatial relation
to a search Geometry
.
- SpatialRelateExpression(String, Geometry, int) - Constructor for class org.hibernate.spatial.criterion.SpatialRelateExpression
-
Constructs an instance
- SpatialRelation - Interface in org.hibernate.spatial
-
Enumerates the supported spatial relations.
- spatialRestriction(int, String, Geometry) - Static method in class org.hibernate.spatial.criterion.SpatialRestrictions
-
Apply the specified spatial relation constraint to the named property.
- SpatialRestrictions - Class in org.hibernate.spatial.criterion
-
A factory for spatial criteria.
- SpatialService - Class in org.hibernate.spatial.integration
-
Central service for spatial integration
- SpatialService(StandardServiceRegistryBuilder) - Constructor for class org.hibernate.spatial.integration.SpatialService
-
- SqlServer2008GeometryTypeDescriptor - Class in org.hibernate.spatial.dialect.sqlserver
-
Type descriptor for the SQL Server 2008 Geometry type.
- SqlServer2008GeometryTypeDescriptor() - Constructor for class org.hibernate.spatial.dialect.sqlserver.SqlServer2008GeometryTypeDescriptor
-
- SqlServer2008SpatialDialect - Class in org.hibernate.spatial.dialect.sqlserver
-
The <code>SpatialDialect</code> for Microsoft SQL Server (2008).
- SqlServer2008SpatialDialect() - Constructor for class org.hibernate.spatial.dialect.sqlserver.SqlServer2008SpatialDialect
-
Constructs an instance
- supports(SpatialFunction) - Method in class org.hibernate.spatial.dialect.db2.DB2SpatialDialect
-
- supports(SpatialFunction) - Method in class org.hibernate.spatial.dialect.h2geodb.GeoDBDialect
-
- supports(SpatialFunction) - Method in class org.hibernate.spatial.dialect.hana.HANASpatialDialect
-
- supports(SpatialFunction) - Method in class org.hibernate.spatial.dialect.mysql.MySQL56SpatialDialect
-
- supports(SpatialFunction) - Method in class org.hibernate.spatial.dialect.mysql.MySQL5SpatialDialect
-
- supports(SpatialFunction) - Method in class org.hibernate.spatial.dialect.mysql.MySQLSpatialDialect
-
- supports(SpatialFunction) - Method in class org.hibernate.spatial.dialect.oracle.OracleSpatial10gDialect
-
- supports(SpatialFunction) - Method in class org.hibernate.spatial.dialect.oracle.OracleSpatialSDO10gDialect
-
- supports(SpatialFunction) - Method in class org.hibernate.spatial.dialect.postgis.PostgisNoSQLMM
-
- supports(SpatialFunction) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG82Dialect
-
- supports(SpatialFunction) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG91Dialect
-
Does this dialect supports the specified <code>SpatialFunction</code>.
- supports(SpatialFunction) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG92Dialect
-
Does this dialect supports the specified <code>SpatialFunction</code>.
- supports(SpatialFunction) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG93Dialect
-
Does this dialect supports the specified <code>SpatialFunction</code>.
- supports(SpatialFunction) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG94Dialect
-
Does this dialect supports the specified <code>SpatialFunction</code>.
- supports(SpatialFunction) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG95Dialect
-
Does this dialect supports the specified <code>SpatialFunction</code>.
- supports(SpatialFunction) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG9Dialect
-
Does this dialect supports the specified <code>SpatialFunction</code>.
- supports(SpatialFunction) - Method in class org.hibernate.spatial.dialect.postgis.PostgisSupport
-
Does this dialect supports the specified <code>SpatialFunction</code>.
- supports(SpatialFunction) - Method in class org.hibernate.spatial.dialect.sqlserver.SqlServer2008SpatialDialect
-
- supports(SpatialFunction) - Method in interface org.hibernate.spatial.SpatialDialect
-
Does this dialect supports the specified <code>SpatialFunction</code>.
- supportsFiltering() - Method in class org.hibernate.spatial.dialect.db2.DB2SpatialDialect
-
- supportsFiltering() - Method in class org.hibernate.spatial.dialect.h2geodb.GeoDBDialect
-
- supportsFiltering() - Method in class org.hibernate.spatial.dialect.hana.HANASpatialDialect
-
- supportsFiltering() - Method in class org.hibernate.spatial.dialect.mysql.MySQL56SpatialDialect
-
- supportsFiltering() - Method in class org.hibernate.spatial.dialect.mysql.MySQL5SpatialDialect
-
- supportsFiltering() - Method in class org.hibernate.spatial.dialect.mysql.MySQLSpatialDialect
-
- supportsFiltering() - Method in class org.hibernate.spatial.dialect.oracle.OracleSpatial10gDialect
-
- supportsFiltering() - Method in class org.hibernate.spatial.dialect.oracle.OracleSpatialSDO10gDialect
-
- supportsFiltering() - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG82Dialect
-
- supportsFiltering() - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG91Dialect
-
Returns true if this <code>SpatialDialect</code> supports a specific filtering function.
- supportsFiltering() - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG92Dialect
-
Returns true if this <code>SpatialDialect</code> supports a specific filtering function.
- supportsFiltering() - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG93Dialect
-
Returns true if this <code>SpatialDialect</code> supports a specific filtering function.
- supportsFiltering() - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG94Dialect
-
Returns true if this <code>SpatialDialect</code> supports a specific filtering function.
- supportsFiltering() - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG95Dialect
-
Returns true if this <code>SpatialDialect</code> supports a specific filtering function.
- supportsFiltering() - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG9Dialect
-
Returns true if this <code>SpatialDialect</code> supports a specific filtering function.
- supportsFiltering() - Method in class org.hibernate.spatial.dialect.postgis.PostgisSupport
-
Returns true if this <code>SpatialDialect</code> supports a specific filtering function.
- supportsFiltering() - Method in class org.hibernate.spatial.dialect.sqlserver.SqlServer2008SpatialDialect
-
- supportsFiltering() - Method in interface org.hibernate.spatial.SpatialDialect
-
Returns true if this <code>SpatialDialect</code> supports a specific filtering function.
- SYMDIFFERENCE - Static variable in interface org.hibernate.spatial.SpatialAnalysis
-
The symmetric difference function