Class FilterFunction_octagonalEnvelope

    • Constructor Detail

      • FilterFunction_octagonalEnvelope

        public FilterFunction_octagonalEnvelope()
        Create a new FilterFunction_octagonalEnvelope instance
    • Method Detail

      • evaluate

        public Object evaluate​(Object feature)
        Calculate the Geometry's octagonal envelope.
        Specified by:
        evaluate in interface Expression
        Overrides:
        evaluate in class FunctionExpressionImpl
        Parameters:
        feature - The feature should be a Geometry
        Returns:
        The octagonal envelope Geometry
        Throws:
        IllegalArgumentException - if the feature is not a Geometry