Package com.luciad.layers.grids.lonlat
Class LonLatGridLayer
java.lang.Object
com.luciad.layers.Layer
com.luciad.layers.grids.GridLayer
com.luciad.layers.grids.lonlat.LonLatGridLayer
- All Implemented Interfaces:
AutoCloseable
Longitude Latitude (LonLat) grid layer that can be added to a map.
- Since:
- 2023.1
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
Builder for creating a LonLatGridLayer. -
Field Summary
Fields inherited from class com.luciad.layers.grids.GridLayer
PropertyLabeled
Fields inherited from class com.luciad.layers.Layer
PropertyTitle, PropertyVisible
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
protected void
finalize()
static LonLatGridLayer.Builder
Returns a new builder for creating a LonLatGridLayer.Methods inherited from class com.luciad.layers.grids.GridLayer
isLabeled, setLabeled
Methods inherited from class com.luciad.layers.Layer
addObserver, getId, getTitle, isVisible, removeObserver, setTitle, setVisible
-
Method Details
-
finalize
protected void finalize() -
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Overrides:
close
in classGridLayer
-
newBuilder
Returns a new builder for creating a LonLatGridLayer.- Returns:
- a new builder for creating a LonLatGridLayer.
-