mapnik
Class NativeObject

java.lang.Object
  extended by mapnik.NativeObject
Direct Known Subclasses:
Datasource, FeatureSet, FeatureTypeStyle, Geometry, Image, Layer, MapDefinition, Projection, Query

public abstract class NativeObject
extends java.lang.Object

Base class for native objects

Author:
stella

Method Summary
 void dispose()
          Manually disposes of the native resources associated with this object (versus waiting for finalization).
 boolean isDisposed()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

dispose

public final void dispose()
Manually disposes of the native resources associated with this object (versus waiting for finalization).


isDisposed

public final boolean isDisposed()
Returns:
true if the native resources associated with this object have been destroyed