Uses of Enum
org.apache.sis.internal.filter.sqlmm.SQLMM
Packages that use SQLMM
Package
Description
A set of helper classes for the SIS implementation.
Centralizes usages ERSI geometry API by Apache SIS.
Centralizes usages of some (not all) Java2D geometry API by Apache SIS.
Methods specific to the Java Topology Suite (JTS).
Partial implementation of SQLMM operations as filter expressions.
-
Uses of SQLMM in org.apache.sis.internal.feature
Methods in org.apache.sis.internal.feature with parameters of type SQLMMModifier and TypeMethodDescriptionprivate boolean
GeometryWrapper.isInstance
(SQLMM operation, Object result) Returnstrue
if a result is of the expected type.final Object
Applies a SQLMM operation on this geometry.final Object
GeometryWrapper.operation
(SQLMM operation, GeometryWrapper<G> other) Applies a SQLMM operation on two geometries.protected Object
GeometryWrapper.operationSameCRS
(SQLMM operation, GeometryWrapper<G> other, Object argument) Applies a SQLMM operation on this geometry.final Object
GeometryWrapper.operationWithArgument
(SQLMM operation, Object argument) Applies a SQLMM operation on this geometry with one operation-specific argument.final Object
GeometryWrapper.operationWithArgument
(SQLMM operation, GeometryWrapper<G> other, Object argument) Applies a SQLMM operation on two geometries with one operation-specific argument. -
Uses of SQLMM in org.apache.sis.internal.feature.esri
Methods in org.apache.sis.internal.feature.esri with parameters of type SQLMMModifier and TypeMethodDescriptionprotected Object
Wrapper.operationSameCRS
(SQLMM operation, GeometryWrapper<com.esri.core.geometry.Geometry> other, Object argument) Applies a SQLMM operation on this geometry. -
Uses of SQLMM in org.apache.sis.internal.feature.j2d
Methods in org.apache.sis.internal.feature.j2d with parameters of type SQLMMModifier and TypeMethodDescriptionprotected Object
PointWrapper.operationSameCRS
(SQLMM operation, GeometryWrapper<Shape> other, Object argument) Applies a SQLMM operation on this geometry.protected Object
Wrapper.operationSameCRS
(SQLMM operation, GeometryWrapper<Shape> other, Object argument) Applies a SQLMM operation on this geometry. -
Uses of SQLMM in org.apache.sis.internal.feature.jts
Methods in org.apache.sis.internal.feature.jts with parameters of type SQLMMModifier and TypeMethodDescriptionprotected Object
Wrapper.operationSameCRS
(SQLMM operation, GeometryWrapper<org.locationtech.jts.geom.Geometry> other, Object argument) Applies a SQLMM operation on this geometry. -
Uses of SQLMM in org.apache.sis.internal.filter.sqlmm
Fields in org.apache.sis.internal.filter.sqlmm declared as SQLMMModifier and TypeFieldDescription(package private) final SQLMM
SpatialFunction.operation
Identification of the SQLMM operation.Fields in org.apache.sis.internal.filter.sqlmm with type parameters of type SQLMMModifier and TypeFieldDescriptionSpatialFunction.NAMES
All operation names asScopedName
instances.Methods in org.apache.sis.internal.filter.sqlmm that return SQLMMModifier and TypeMethodDescriptionstatic SQLMM
Returns the enum constant of this type with the specified name.static SQLMM[]
SQLMM.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.sis.internal.filter.sqlmm with parameters of type SQLMMModifier and TypeMethodDescriptionprivate static org.opengis.util.ScopedName
SpatialFunction.createName
(SQLMM operation) Invoked bySpatialFunction.getFunctionName()
when a name needs to be created.Constructors in org.apache.sis.internal.filter.sqlmm with parameters of type SQLMMModifierConstructorDescription(package private)
FunctionWithSRID
(SQLMM operation, Expression<? super R, ?>[] parameters, int hasSRID) Creates a new function for a geometry represented by the given parameter.(package private)
GeometryConstructor
(SQLMM operation, Expression<? super R, ?>[] parameters, Geometries<G> library) Creates a new function for the given parameters.(package private)
GeometryParser
(SQLMM operation, Expression<? super R, ?>[] parameters, Geometries<G> library) Creates a new function for the given parameters.(package private)
OneGeometry
(SQLMM operation, Expression<? super R, ?>[] parameters, Geometries<G> library) Creates a new function for a geometry represented by the given parameter.(package private)
SpatialFunction
(SQLMM operation, Expression<? super R, ?>[] parameters) Creates a new function.(package private)
ST_FromBinary
(SQLMM operation, Expression<? super R, ?>[] parameters, Geometries<G> library) Creates a new function for the given parameters.(package private)
ST_FromText
(SQLMM operation, Expression<? super R, ?>[] parameters, Geometries<G> library) Creates a new function for the given parameters.(package private)
TwoGeometries
(SQLMM operation, Expression<? super R, ?>[] parameters, Geometries<G> library) Creates a new function for geometries represented by the given parameter.(package private)
WithArgument
(SQLMM operation, Expression<? super R, ?>[] parameters, Geometries<G> library) Creates a new function for a geometry represented by the given parameter.(package private)
WithArgument
(SQLMM operation, Expression<? super R, ?>[] parameters, Geometries<G> library) Creates a new function for geometries represented by the given parameter.