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.
also contains classes that may move to the public API someday,
but are considered not yet ready.
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
Subclasses with type arguments of type SQLMM in org.apache.sis.internal.filter.sqlmmMethods in org.apache.sis.internal.filter.sqlmm that return SQLMM