public class Orthomosaic
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Constructor and Description |
|---|
Orthomosaic() |
Orthomosaic(long cPtr,
boolean cMemoryOwn) |
Orthomosaic(Orthomosaic orthomosaic) |
| Modifier and Type | Method and Description |
|---|---|
static long[] |
cArrayUnwrap(Orthomosaic[] arrayWrapper) |
static Orthomosaic[] |
cArrayWrap(long[] cArray,
boolean cMemoryOwn) |
void |
delete() |
protected void |
finalize() |
Vector2d |
getBottomRight()
Coordinates of the bottom right orthomosaic corner.
|
Chunk |
getChunk()
Chunk container.
|
static long |
getCPtr(Orthomosaic obj) |
long |
getHeight()
Orthomosaic height.
|
int |
getKey()
Orthomosaic identifier.
|
java.lang.String |
getLabel()
Orthomosaic label.
|
MetaData |
getMeta()
Orthomosaic meta data.
|
java.lang.String |
getPath()
Path to orthomosaic data.
|
OrthoProjection |
getProjection()
Orthomosaic projection.
|
double |
getResolution()
Orthomosaic resolution in meters.
|
Vector2d |
getTopLeft()
Coordinates of the top left orthomosaic corner.
|
long |
getWidth()
Orthomosaic width.
|
Image |
renderPreview(long width,
long height,
Progress progress)
Generate orthomosaic preview image.
|
void |
setLabel(java.lang.String label)
Orthomosaic label.
|
void |
setMeta(MetaData meta)
Orthomosaic meta data.
|
public Orthomosaic(long cPtr,
boolean cMemoryOwn)
public Orthomosaic()
public Orthomosaic(Orthomosaic orthomosaic)
public static long getCPtr(Orthomosaic obj)
protected void finalize()
finalize in class java.lang.Objectpublic void delete()
public static long[] cArrayUnwrap(Orthomosaic[] arrayWrapper)
public static Orthomosaic[] cArrayWrap(long[] cArray, boolean cMemoryOwn)
public int getKey()
public Chunk getChunk()
public void setLabel(java.lang.String label)
public java.lang.String getLabel()
public java.lang.String getPath()
public void setMeta(MetaData meta)
public MetaData getMeta()
public long getWidth()
public long getHeight()
public Vector2d getTopLeft()
public Vector2d getBottomRight()
public OrthoProjection getProjection()
public double getResolution()