Uses of Enum
org.apache.sis.internal.geoapi.filter.TemporalOperatorName
Packages that use TemporalOperatorName
Package
Description
Filters features according their properties.
Placeholder for GeoAPI 3.1 interfaces (not yet released).
-
Uses of TemporalOperatorName in org.apache.sis.filter
Methods in org.apache.sis.filter that return TemporalOperatorNameModifier and TypeMethodDescriptionTemporalFilter.After.getOperatorType()Identification of this operation.TemporalFilter.AnyInteracts.getOperatorType()Identification of this operation.TemporalFilter.Before.getOperatorType()Identification of this operation.TemporalFilter.Begins.getOperatorType()Identification of this operation.TemporalFilter.BegunBy.getOperatorType()Identification of this operation.TemporalFilter.Contains.getOperatorType()Identification of this operation.TemporalFilter.During.getOperatorType()Identification of this operation.TemporalFilter.EndedBy.getOperatorType()Identification of this operation.TemporalFilter.Ends.getOperatorType()Identification of this operation.TemporalFilter.Equals.getOperatorType()Identification of this operation.TemporalFilter.Meets.getOperatorType()Identification of this operation.TemporalFilter.MetBy.getOperatorType()Identification of this operation.TemporalFilter.OverlappedBy.getOperatorType()Identification of this operation.TemporalFilter.Overlaps.getOperatorType()Identification of this operation. -
Uses of TemporalOperatorName in org.apache.sis.internal.geoapi.filter
Subclasses with type arguments of type TemporalOperatorName in org.apache.sis.internal.geoapi.filterModifier and TypeClassDescriptionenumPlaceholder for GeoAPI 3.1 interfaces (not yet released).Methods in org.apache.sis.internal.geoapi.filter that return TemporalOperatorNameModifier and TypeMethodDescriptionstatic TemporalOperatorNameReturns the enum constant of this type with the specified name.static TemporalOperatorName[]TemporalOperatorName.values()Returns an array containing the constants of this enum type, in the order they are declared.