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
Nested ClassesModifier and TypeClassDescriptionstatic final classBuilder for creating a LonLatGridLayer. -
Field Summary
Fields inherited from class com.luciad.layers.grids.GridLayer
PropertyLabeledFields inherited from class com.luciad.layers.Layer
PropertyBusy, PropertyTitle, PropertyVisible -
Method Summary
Modifier and TypeMethodDescriptionReturns a new builder based on this layer instance.voidclose()booleanprotected voidfinalize()inthashCode()static LonLatGridLayer.BuilderReturns a new builder for creating a LonLatGridLayer.Methods inherited from class com.luciad.layers.grids.GridLayer
isLabeled, setLabeledMethods inherited from class com.luciad.layers.Layer
addObserver, getId, getTitle, isBusy, isVisible, removeObserver, setTitle, setVisible
-
Method Details
-
finalize
protected void finalize() -
close
public void close()- Specified by:
closein interfaceAutoCloseable- Overrides:
closein classGridLayer
-
newBuilder
Returns a new builder for creating a LonLatGridLayer.- Returns:
- a new builder for creating a LonLatGridLayer.
-
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() -
equals
-