Class MapProjection

  • All Implemented Interfaces:
    Expression, Visitable

    @API(status=EXPERIMENTAL,
         since="1.0")
    public final class MapProjection
    extends java.lang.Object
    implements Expression
    Represents a map projection as described here.
    Author:
    Michael J. Simons
    • Method Detail

      • and

        public MapProjection and​(java.lang.Object... content)
        Adds additional content. The current projection is left unchanged and a new one is returned.
        Parameters:
        content - The additional content for a new projection.
        Returns:
        A new map projection with additional content.
      • accept

        public void accept​(Visitor visitor)
        Description copied from interface: Visitable
        Accept a Visitor visiting this Visitable and its nested Visitables if applicable.
        Specified by:
        accept in interface Visitable
        Parameters:
        visitor - the visitor to notify, must not be null.