| Package | Description |
|---|---|
| as.leap.las.sdk | |
| as.leap.las.sdk.types |
| Modifier and Type | Method and Description |
|---|---|
static ObjectId |
ObjectId.createFromLegacyFormat(int time,
int machine,
int inc)
Creates an ObjectId using time, machine and inc values.
|
static ObjectId |
ObjectId.get()
Gets a new object id.
|
static ObjectId |
ObjectIdMapper.mapperToObjectId(Map map) |
static ObjectId |
ObjectId.massageToObjectId(Object o)
Deprecated.
This method is NOT a part of public API and will be dropped in 3.x versions.
|
ObjectId |
SaveMsg.objectId() |
ObjectId |
LASObject.objectId() |
| Modifier and Type | Method and Description |
|---|---|
int |
ObjectId.compareTo(ObjectId id) |
void |
SaveMsg.setObjectId(ObjectId objectId) |
void |
LASObject.setObjectId(ObjectId objectId) |
| Constructor and Description |
|---|
SaveMsg(long createdAt,
ObjectId objectId) |
| Modifier and Type | Method and Description |
|---|---|
ObjectId |
LASPointer.getObjectId() |
| Modifier and Type | Method and Description |
|---|---|
void |
LASPointer.setObjectId(ObjectId objectId) |
| Constructor and Description |
|---|
LASPointer(ObjectId objectId,
String className) |
Copyright © 2015. All rights reserved.