|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metaio.sdk.jni.IGeometryVector
public class IGeometryVector
Constructor Summary | |
---|---|
IGeometryVector()
|
|
IGeometryVector(long n)
|
|
IGeometryVector(long cPtr,
boolean cMemoryOwn)
|
Method Summary | |
---|---|
void |
add(IGeometry x)
|
long |
capacity()
|
void |
clear()
|
void |
delete()
|
IGeometry |
get(int i)
|
static long |
getCPtr(IGeometryVector obj)
|
boolean |
isEmpty()
|
void |
reserve(long n)
|
void |
set(int i,
IGeometry val)
|
long |
size()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IGeometryVector(long cPtr, boolean cMemoryOwn)
public IGeometryVector()
public IGeometryVector(long n)
Method Detail |
---|
public static long getCPtr(IGeometryVector obj)
public void delete()
public long size()
public long capacity()
public void reserve(long n)
public boolean isEmpty()
public void clear()
public void add(IGeometry x)
public IGeometry get(int i)
public void set(int i, IGeometry val)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |