Package globus.glmap
Class GLNativeObject
java.lang.Object
globus.glmap.GLNativeObject
- Direct Known Subclasses:
GLMapAnimation
,GLMapDrawObject
,GLMapInfo
,GLMapLocaleSettings
,GLMapMarkerStyleCollection
,GLMapRasterTileSource
,GLMapRelation
,GLMapStorage
,GLMapStyleParser
,GLMapTrackData
,GLMapVectorCascadeStyle
,GLMapVectorObject
,GLMapVectorObjectList
,GLMapVectorStyle
,GLMapViewRenderer
,GLRoute
,GLRouteBuilder
,GLRouteElevation
,GLRouteManeuver
,GLRouteRequest
,GLRouteTracker
,GLSearch
,GLSearchCategories
,GLSearchCategory
,GLSearchFilter
,MapPointSet
,NetworkTask
Created by destman on 10/28/16.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
dispose()
Call this method to explicitly release native resources held by the object.
-
Constructor Details
-
GLNativeObject
public GLNativeObject(long id) Default constructor- Parameters:
id
- native object pointer
-
-
Method Details
-
dispose
public void dispose()Call this method to explicitly release native resources held by the object. While the garbage collector will eventually free these resources, invoking dispose() when the object is no longer needed can speed up native memory deallocation.
-