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.
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 TypeMethodDescriptionfinal 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.filter.sqlmm
Methods in org.apache.sis.internal.filter.sqlmm that return SQLMM