Class LonLatGridLayer

java.lang.Object
com.luciad.layers.Layer
com.luciad.layers.grids.GridLayer
com.luciad.layers.grids.lonlat.LonLatGridLayer
All Implemented Interfaces:
AutoCloseable

public final class LonLatGridLayer extends GridLayer implements AutoCloseable
Longitude Latitude (LonLat) grid layer that can be added to a map.
Since:
2023.1
  • Method Details

    • finalize

      protected void finalize()
      Overrides:
      finalize in class GridLayer
    • close

      public void close()
      Specified by:
      close in interface AutoCloseable
      Overrides:
      close in class GridLayer
    • newBuilder

      @NotNull public static LonLatGridLayer.Builder newBuilder()
      Returns a new builder for creating a LonLatGridLayer.
      Returns:
      a new builder for creating a LonLatGridLayer.
    • asBuilder

      @NotNull public LonLatGridLayer.Builder asBuilder()
      Returns a new builder based on this layer instance.

      You can use this builder, for example, to create a copy of this layer.

      Note that observers will not be transferred to a new layer.

      Returns:
      a new builder based on this layer instance.
      Since:
      2025.0
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class GridLayer
    • equals

      public boolean equals(@Nullable Object other)
      Overrides:
      equals in class GridLayer