public final class ColAsset
extends java.lang.Object
ColModelImporter.getAsset()
Modifier and Type | Class and Description |
---|---|
static class |
ColAsset.Contributor
A Contributor object provides authoring information.
|
static class |
ColAsset.GeographicLocation
A GeographicLocation object provides geographic location information.
|
static class |
ColAsset.UpAxis
UpAxis describes the coordinate system of the geometric data.
|
Modifier and Type | Method and Description |
---|---|
ColAsset.Contributor[] |
getContributors()
Gets the contributors of the COLLADA file.
|
java.lang.String |
getCreatedDate()
Gets the date and time when the COLADA file was created (in an ISO 8601 format).
|
ColAsset.GeographicLocation |
getGeographicLocation()
Gets the geographic location information of the COLLADA file.
|
java.lang.String |
getKeywords()
Gets a list of words used as search criteria.
|
java.lang.String |
getModifiedDate()
Gets date and time when the COLADA file was last modified (in an ISO 8601 format).
|
java.lang.String |
getRevision()
Gets the revision information of the COLLADA file.
|
java.lang.String |
getSubject()
Gets a description of the topical subject of the COLLADA file.
|
java.lang.String |
getTitle()
Gets the title information of the COLLADA file.
|
float |
getUnitMeter()
Gets the real-world meters of one distance unit as a floating-point number.
|
java.lang.String |
getUnitName()
Gets the name of the distance unit used in the COLLADA file.
|
ColAsset.UpAxis |
getUpAxis()
Gets the coordinate system of the geometric data.
|
java.lang.String |
getVersion()
Gets the version number of the COLLADA file.
|
public java.lang.String getVersion()
public ColAsset.Contributor[] getContributors()
null
public java.lang.String getCreatedDate()
public ColAsset.GeographicLocation getGeographicLocation()
Since COLLADA version 1.5.0.
null
public java.lang.String getKeywords()
null
public java.lang.String getModifiedDate()
public java.lang.String getRevision()
null
public java.lang.String getSubject()
null
public java.lang.String getTitle()
null
public java.lang.String getUnitName()
Default: meter
null
public float getUnitMeter()
Default: 1.0
null
public ColAsset.UpAxis getUpAxis()
Default: Y_UP
null
Copyright (C) 2013-2014 InteractiveMesh e.K.