Class S2Point.Builder

  • Enclosing class:
    S2Point

    public static final class S2Point.Builder
    extends Object
    A builder of S2Point instances.
    • Constructor Detail

      • Builder

        public Builder()
        Constructs a new builder initialized to S2Point.ORIGIN.
    • Method Detail

      • build

        public S2Point build()
        Returns a new S2Point copied from the current state of this builder.