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 booleanGeometryWrapper.isInstance(SQLMM operation, Object result) Returnstrueif a result is of the expected type.final ObjectApplies a SQLMM operation on this geometry.final ObjectGeometryWrapper.operation(SQLMM operation, GeometryWrapper<G> other) Applies a SQLMM operation on two geometries.protected ObjectGeometryWrapper.operationSameCRS(SQLMM operation, GeometryWrapper<G> other, Object argument) Applies a SQLMM operation on this geometry.final ObjectGeometryWrapper.operationWithArgument(SQLMM operation, Object argument) Applies a SQLMM operation on this geometry with one operation-specific argument.final ObjectGeometryWrapper.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 ObjectWrapper.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 ObjectPointWrapper.operationSameCRS(SQLMM operation, GeometryWrapper<Shape> other, Object argument) Applies a SQLMM operation on this geometry.protected ObjectWrapper.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 ObjectWrapper.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 SQLMMSpatialFunction.operationIdentification of the SQLMM operation.Fields in org.apache.sis.internal.filter.sqlmm with type parameters of type SQLMMModifier and TypeFieldDescriptionSpatialFunction.NAMESAll operation names asScopedNameinstances.Methods in org.apache.sis.internal.filter.sqlmm that return SQLMMModifier and TypeMethodDescriptionstatic SQLMMReturns 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.ScopedNameSpatialFunction.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.