public class Depth
extends java.lang.Object
Constructor | Description |
---|---|
Depth() |
Modifier and Type | Method | Description |
---|---|---|
void |
add(int geomIndex,
int posIndex,
int location) |
|
void |
add(Label lbl) |
|
static int |
depthAtLocation(int location) |
|
int |
getDelta(int geomIndex) |
|
int |
getDepth(int geomIndex,
int posIndex) |
|
int |
getLocation(int geomIndex,
int posIndex) |
|
boolean |
isNull() |
A Depth object is null (has never been initialized) if all depths are null.
|
boolean |
isNull(int geomIndex) |
|
boolean |
isNull(int geomIndex,
int posIndex) |
|
void |
normalize() |
Normalize the depths for each geometry, if they are non-null.
|
void |
setDepth(int geomIndex,
int posIndex,
int depthValue) |
|
java.lang.String |
toString() |
public static int depthAtLocation(int location)
public int getDepth(int geomIndex, int posIndex)
public void setDepth(int geomIndex, int posIndex, int depthValue)
public int getLocation(int geomIndex, int posIndex)
public void add(int geomIndex, int posIndex, int location)
public boolean isNull()
public boolean isNull(int geomIndex)
public boolean isNull(int geomIndex, int posIndex)
public void add(Label lbl)
public int getDelta(int geomIndex)
public void normalize()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2018. All rights reserved.