public class VgGeoReferencedSRSConstRefPtr
extends java.lang.Object
Constructor and Description |
---|
VgGeoReferencedSRSConstRefPtr() |
VgGeoReferencedSRSConstRefPtr(VgGeoReferencedSRS pPointer) |
VgGeoReferencedSRSConstRefPtr(VgGeoReferencedSRSConstRefPtr pConstRefPtr) |
Modifier and Type | Method and Description |
---|---|
VgGeoReferencedSRS |
__deref__() |
VgGeoReferencedSRS |
__ref__() |
void |
delete() |
VgGeoReferencedSRS |
get() |
int |
getNbReferences() |
static VgGeoReferencedSRSConstRefPtr |
getNull() |
boolean |
isGeoReferenced() |
boolean |
isValid() |
void |
ref() |
VgGeoReferencedSRSConstRefPtr |
set(VgGeoReferencedSRS pPointer) |
void |
unref() |
public VgGeoReferencedSRSConstRefPtr()
public VgGeoReferencedSRSConstRefPtr(VgGeoReferencedSRS pPointer)
public VgGeoReferencedSRSConstRefPtr(VgGeoReferencedSRSConstRefPtr pConstRefPtr)
public void delete()
public static VgGeoReferencedSRSConstRefPtr getNull()
public VgGeoReferencedSRSConstRefPtr set(VgGeoReferencedSRS pPointer)
public VgGeoReferencedSRS __ref__()
public VgGeoReferencedSRS __deref__()
public VgGeoReferencedSRS get()
public boolean isValid()
public boolean isGeoReferenced()
public void ref()
public void unref()
public int getNbReferences()