Package org.web3d.x3d.sai.dis
Interface EspduTransform
- All Superinterfaces:
X3DBoundedObject,X3DChildNode,X3DGroupingNode,X3DNode,X3DSensorNode
- All Known Implementing Classes:
SAIEspduTransform,SAIEspduTransform
Defines the requirements of an X3D EspduTransform node
- Version:
- $Revision: 1.1 $
- Author:
- Rex Melton
-
Method Summary
Modifier and TypeMethodDescriptionReturn the address String value.intReturn the appearance int value.intReturn the applicationID int value.voidgetArticulationParameterArray(float[] val) Return the articulationParameterArray value in the argument float[]intReturn the articulationParameterCount int value.floatReturn the articulationParameterValue0 float value.floatReturn the articulationParameterValue1 float value.floatReturn the articulationParameterValue2 float value.floatReturn the articulationParameterValue3 float value.floatReturn the articulationParameterValue4 float value.floatReturn the articulationParameterValue5 float value.floatReturn the articulationParameterValue6 float value.floatReturn the articulationParameterValue7 float value.voidgetCenter(float[] val) Return the center value in the argument float[]doubleReturn the detonateTime double value.voidgetDetonationLocation(float[] val) Return the detonationLocation value in the argument float[]voidgetDetonationRelativeLocation(float[] val) Return the detonationRelativeLocation value in the argument float[]intReturn the detonationResult int value.intReturn the entityCategory int value.intReturn the entityCountry int value.intReturn the entityDomain int value.intReturn the entityExtra int value.intReturn the entityID int value.intReturn the entityKind int value.intReturn the entitySpecific int value.intReturn the entitySubcategory int value.intReturn the eventApplicationID int value.intReturn the eventEntityID int value.intReturn the eventSiteID int value.booleanReturn the fired1 boolean value.booleanReturn the fired2 boolean value.doubleReturn the firedTime double value.intReturn the fireMissionIndex int value.floatReturn the firingRange float value.intReturn the firingRate int value.intReturn the forceID int value.Return the geoOrigin X3DNode value.voidgetGeoSystem(String[] val) Return the geoSystem value in the argument String[]booleanReturn the isDetonated boolean value.voidgetLinearAcceleration(float[] val) Return the linearAcceleration value in the argument float[]voidgetLinearVelocity(float[] val) Return the linearVelocity value in the argument float[]Return the marking String value.intReturn the munitionApplicationID int value.voidgetMunitionEndPoint(float[] val) Return the munitionEndPoint value in the argument float[]intReturn the munitionEntityID int value.intReturn the munitionSiteID int value.voidgetMunitionStartPoint(float[] val) Return the munitionStartPoint value in the argument float[]Return the networkMode String value.intReturn the number of MFFloat items in the articulationParameterArray field.intReturn the number of MFString items in the geoSystem field.intReturn the number of MFString items in the xmppParams field.intgetPort()Return the port int value.doubleReturn the readInterval double value.voidgetRotation(float[] val) Return the rotation value in the argument float[]voidgetScale(float[] val) Return the scale value in the argument float[]voidgetScaleOrientation(float[] val) Return the scaleOrientation value in the argument float[]intReturn the siteID int value.doubleReturn the timestamp double value.voidgetTranslation(float[] val) Return the translation value in the argument float[]doubleReturn the writeInterval double value.voidgetXmppParams(String[] val) Return the xmppParams value in the argument String[]voidsetAddress(String val) Set the address field.voidsetAppearance(int val) Set the appearance field.voidsetApplicationID(int val) Set the applicationID field.voidsetArticulationParameterArray(float[] val) Set the articulationParameterArray field.voidsetArticulationParameterCount(int val) Set the articulationParameterCount field.voidsetArticulationParameterValue0(float val) Set the articulationParameterValue0 field.voidsetArticulationParameterValue1(float val) Set the articulationParameterValue1 field.voidsetArticulationParameterValue2(float val) Set the articulationParameterValue2 field.voidsetArticulationParameterValue3(float val) Set the articulationParameterValue3 field.voidsetArticulationParameterValue4(float val) Set the articulationParameterValue4 field.voidsetArticulationParameterValue5(float val) Set the articulationParameterValue5 field.voidsetArticulationParameterValue6(float val) Set the articulationParameterValue6 field.voidsetArticulationParameterValue7(float val) Set the articulationParameterValue7 field.voidsetCenter(float[] val) Set the center field.voidsetDetonationLocation(float[] val) Set the detonationLocation field.voidsetDetonationRelativeLocation(float[] val) Set the detonationRelativeLocation field.voidsetDetonationResult(int val) Set the detonationResult field.voidsetEntityCategory(int val) Set the entityCategory field.voidsetEntityCountry(int val) Set the entityCountry field.voidsetEntityDomain(int val) Set the entityDomain field.voidsetEntityExtra(int val) Set the entityExtra field.voidsetEntityID(int val) Set the entityID field.voidsetEntityKind(int val) Set the entityKind field.voidsetEntitySpecific(int val) Set the entitySpecific field.voidsetEntitySubcategory(int val) Set the entitySubcategory field.voidsetEventApplicationID(int val) Set the eventApplicationID field.voidsetEventEntityID(int val) Set the eventEntityID field.voidsetEventSiteID(int val) Set the eventSiteID field.voidsetFired1(boolean val) Set the fired1 field.voidsetFired2(boolean val) Set the fired2 field.voidsetFiredTime(double val) Set the firedTime field.voidsetFireMissionIndex(int val) Set the fireMissionIndex field.voidsetFiringRange(float val) Set the firingRange field.voidsetFiringRate(int val) Set the firingRate field.voidsetForceID(int val) Set the forceID field.voidsetGeoOrigin(X3DNode val) Set the geoOrigin field.voidsetGeoSystem(String[] val) Set the geoSystem field.voidsetLinearAcceleration(float[] val) Set the linearAcceleration field.voidsetLinearVelocity(float[] val) Set the linearVelocity field.voidsetMarking(String val) Set the marking field.voidsetMunitionApplicationID(int val) Set the munitionApplicationID field.voidsetMunitionEndPoint(float[] val) Set the munitionEndPoint field.voidsetMunitionEntityID(int val) Set the munitionEntityID field.voidsetMunitionSiteID(int val) Set the munitionSiteID field.voidsetMunitionStartPoint(float[] val) Set the munitionStartPoint field.voidsetNetworkMode(String val) Set the networkMode field.voidsetPort(int val) Set the port field.voidsetReadInterval(double val) Set the readInterval field.voidsetRotation(float[] val) Set the rotation field.voidsetScale(float[] val) Set the scale field.voidsetScaleOrientation(float[] val) Set the scaleOrientation field.voidsetSiteID(int val) Set the siteID field.voidsetTranslation(float[] val) Set the translation field.voidsetWriteInterval(double val) Set the writeInterval field.voidsetXmppParams(String[] val) Set the xmppParams field.Methods inherited from interface org.web3d.x3d.sai.X3DBoundedObject
getBboxCenter, getBboxSize, setBboxCenter, setBboxSizeMethods inherited from interface org.web3d.x3d.sai.X3DGroupingNode
addChildren, getChildren, getNumChildren, removeChildren, setChildrenMethods inherited from interface org.web3d.x3d.sai.X3DNode
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadataMethods inherited from interface org.web3d.x3d.sai.X3DSensorNode
getEnabled, getIsActive, setEnabled
-
Method Details
-
getCenter
void getCenter(float[] val) Return the center value in the argument float[]- Parameters:
val- The float[] to initialize.
-
setCenter
void setCenter(float[] val) Set the center field.- Parameters:
val- The float[] to set.
-
getRotation
void getRotation(float[] val) Return the rotation value in the argument float[]- Parameters:
val- The float[] to initialize.
-
setRotation
void setRotation(float[] val) Set the rotation field.- Parameters:
val- The float[] to set.
-
getScale
void getScale(float[] val) Return the scale value in the argument float[]- Parameters:
val- The float[] to initialize.
-
setScale
void setScale(float[] val) Set the scale field.- Parameters:
val- The float[] to set.
-
getScaleOrientation
void getScaleOrientation(float[] val) Return the scaleOrientation value in the argument float[]- Parameters:
val- The float[] to initialize.
-
setScaleOrientation
void setScaleOrientation(float[] val) Set the scaleOrientation field.- Parameters:
val- The float[] to set.
-
getTranslation
void getTranslation(float[] val) Return the translation value in the argument float[]- Parameters:
val- The float[] to initialize.
-
setTranslation
void setTranslation(float[] val) Set the translation field.- Parameters:
val- The float[] to set.
-
getMarking
-
setMarking
-
getSiteID
int getSiteID()Return the siteID int value.- Returns:
- The siteID int value.
-
setSiteID
void setSiteID(int val) Set the siteID field.- Parameters:
val- The int to set.
-
getApplicationID
int getApplicationID()Return the applicationID int value.- Returns:
- The applicationID int value.
-
setApplicationID
void setApplicationID(int val) Set the applicationID field.- Parameters:
val- The int to set.
-
getEntityID
int getEntityID()Return the entityID int value.- Returns:
- The entityID int value.
-
setEntityID
void setEntityID(int val) Set the entityID field.- Parameters:
val- The int to set.
-
getReadInterval
double getReadInterval()Return the readInterval double value.- Returns:
- The readInterval double value.
-
setReadInterval
void setReadInterval(double val) Set the readInterval field.- Parameters:
val- The double to set.
-
getWriteInterval
double getWriteInterval()Return the writeInterval double value.- Returns:
- The writeInterval double value.
-
setWriteInterval
void setWriteInterval(double val) Set the writeInterval field.- Parameters:
val- The double to set.
-
getNetworkMode
-
setNetworkMode
-
getAddress
-
setAddress
-
getPort
int getPort()Return the port int value.- Returns:
- The port int value.
-
setPort
void setPort(int val) Set the port field.- Parameters:
val- The int to set.
-
getArticulationParameterCount
int getArticulationParameterCount()Return the articulationParameterCount int value.- Returns:
- The articulationParameterCount int value.
-
setArticulationParameterCount
void setArticulationParameterCount(int val) Set the articulationParameterCount field.- Parameters:
val- The int to set.
-
getNumArticulationParameterArray
int getNumArticulationParameterArray()Return the number of MFFloat items in the articulationParameterArray field.- Returns:
- the number of MFFloat items in the articulationParameterArray field.
-
getArticulationParameterArray
void getArticulationParameterArray(float[] val) Return the articulationParameterArray value in the argument float[]- Parameters:
val- The float[] to initialize.
-
setArticulationParameterArray
void setArticulationParameterArray(float[] val) Set the articulationParameterArray field.- Parameters:
val- The float[] to set.
-
getArticulationParameterValue0
float getArticulationParameterValue0()Return the articulationParameterValue0 float value.- Returns:
- The articulationParameterValue0 float value.
-
getArticulationParameterValue1
float getArticulationParameterValue1()Return the articulationParameterValue1 float value.- Returns:
- The articulationParameterValue1 float value.
-
getArticulationParameterValue2
float getArticulationParameterValue2()Return the articulationParameterValue2 float value.- Returns:
- The articulationParameterValue2 float value.
-
getArticulationParameterValue3
float getArticulationParameterValue3()Return the articulationParameterValue3 float value.- Returns:
- The articulationParameterValue3 float value.
-
getArticulationParameterValue4
float getArticulationParameterValue4()Return the articulationParameterValue4 float value.- Returns:
- The articulationParameterValue4 float value.
-
getArticulationParameterValue5
float getArticulationParameterValue5()Return the articulationParameterValue5 float value.- Returns:
- The articulationParameterValue5 float value.
-
getArticulationParameterValue6
float getArticulationParameterValue6()Return the articulationParameterValue6 float value.- Returns:
- The articulationParameterValue6 float value.
-
getArticulationParameterValue7
float getArticulationParameterValue7()Return the articulationParameterValue7 float value.- Returns:
- The articulationParameterValue7 float value.
-
setArticulationParameterValue0
void setArticulationParameterValue0(float val) Set the articulationParameterValue0 field.- Parameters:
val- The float to set.
-
setArticulationParameterValue1
void setArticulationParameterValue1(float val) Set the articulationParameterValue1 field.- Parameters:
val- The float to set.
-
setArticulationParameterValue2
void setArticulationParameterValue2(float val) Set the articulationParameterValue2 field.- Parameters:
val- The float to set.
-
setArticulationParameterValue3
void setArticulationParameterValue3(float val) Set the articulationParameterValue3 field.- Parameters:
val- The float to set.
-
setArticulationParameterValue4
void setArticulationParameterValue4(float val) Set the articulationParameterValue4 field.- Parameters:
val- The float to set.
-
setArticulationParameterValue5
void setArticulationParameterValue5(float val) Set the articulationParameterValue5 field.- Parameters:
val- The float to set.
-
setArticulationParameterValue6
void setArticulationParameterValue6(float val) Set the articulationParameterValue6 field.- Parameters:
val- The float to set.
-
setArticulationParameterValue7
void setArticulationParameterValue7(float val) Set the articulationParameterValue7 field.- Parameters:
val- The float to set.
-
getTimestamp
double getTimestamp()Return the timestamp double value.- Returns:
- The timestamp double value.
-
getDetonationResult
int getDetonationResult()Return the detonationResult int value.- Returns:
- The detonationResult int value.
-
setDetonationResult
void setDetonationResult(int val) Set the detonationResult field.- Parameters:
val- The int to set.
-
getDetonationLocation
void getDetonationLocation(float[] val) Return the detonationLocation value in the argument float[]- Parameters:
val- The float[] to initialize.
-
setDetonationLocation
void setDetonationLocation(float[] val) Set the detonationLocation field.- Parameters:
val- The float[] to set.
-
getDetonationRelativeLocation
void getDetonationRelativeLocation(float[] val) Return the detonationRelativeLocation value in the argument float[]- Parameters:
val- The float[] to initialize.
-
setDetonationRelativeLocation
void setDetonationRelativeLocation(float[] val) Set the detonationRelativeLocation field.- Parameters:
val- The float[] to set.
-
getIsDetonated
boolean getIsDetonated()Return the isDetonated boolean value.- Returns:
- The isDetonated boolean value.
-
getDetonateTime
double getDetonateTime()Return the detonateTime double value.- Returns:
- The detonateTime double value.
-
getEventApplicationID
int getEventApplicationID()Return the eventApplicationID int value.- Returns:
- The eventApplicationID int value.
-
setEventApplicationID
void setEventApplicationID(int val) Set the eventApplicationID field.- Parameters:
val- The int to set.
-
getEventEntityID
int getEventEntityID()Return the eventEntityID int value.- Returns:
- The eventEntityID int value.
-
setEventEntityID
void setEventEntityID(int val) Set the eventEntityID field.- Parameters:
val- The int to set.
-
getEventSiteID
int getEventSiteID()Return the eventSiteID int value.- Returns:
- The eventSiteID int value.
-
setEventSiteID
void setEventSiteID(int val) Set the eventSiteID field.- Parameters:
val- The int to set.
-
getFired1
boolean getFired1()Return the fired1 boolean value.- Returns:
- The fired1 boolean value.
-
setFired1
void setFired1(boolean val) Set the fired1 field.- Parameters:
val- The boolean to set.
-
getFired2
boolean getFired2()Return the fired2 boolean value.- Returns:
- The fired2 boolean value.
-
setFired2
void setFired2(boolean val) Set the fired2 field.- Parameters:
val- The boolean to set.
-
getFireMissionIndex
int getFireMissionIndex()Return the fireMissionIndex int value.- Returns:
- The fireMissionIndex int value.
-
setFireMissionIndex
void setFireMissionIndex(int val) Set the fireMissionIndex field.- Parameters:
val- The int to set.
-
getFiringRange
float getFiringRange()Return the firingRange float value.- Returns:
- The firingRange float value.
-
setFiringRange
void setFiringRange(float val) Set the firingRange field.- Parameters:
val- The float to set.
-
getFiringRate
int getFiringRate()Return the firingRate int value.- Returns:
- The firingRate int value.
-
setFiringRate
void setFiringRate(int val) Set the firingRate field.- Parameters:
val- The int to set.
-
getMunitionApplicationID
int getMunitionApplicationID()Return the munitionApplicationID int value.- Returns:
- The munitionApplicationID int value.
-
setMunitionApplicationID
void setMunitionApplicationID(int val) Set the munitionApplicationID field.- Parameters:
val- The int to set.
-
getMunitionEndPoint
void getMunitionEndPoint(float[] val) Return the munitionEndPoint value in the argument float[]- Parameters:
val- The float[] to initialize.
-
setMunitionEndPoint
void setMunitionEndPoint(float[] val) Set the munitionEndPoint field.- Parameters:
val- The float[] to set.
-
getMunitionEntityID
int getMunitionEntityID()Return the munitionEntityID int value.- Returns:
- The munitionEntityID int value.
-
setMunitionEntityID
void setMunitionEntityID(int val) Set the munitionEntityID field.- Parameters:
val- The int to set.
-
getMunitionSiteID
int getMunitionSiteID()Return the munitionSiteID int value.- Returns:
- The munitionSiteID int value.
-
setMunitionSiteID
void setMunitionSiteID(int val) Set the munitionSiteID field.- Parameters:
val- The int to set.
-
getMunitionStartPoint
void getMunitionStartPoint(float[] val) Return the munitionStartPoint value in the argument float[]- Parameters:
val- The float[] to initialize.
-
setMunitionStartPoint
void setMunitionStartPoint(float[] val) Set the munitionStartPoint field.- Parameters:
val- The float[] to set.
-
getFiredTime
double getFiredTime()Return the firedTime double value.- Returns:
- The firedTime double value.
-
setFiredTime
void setFiredTime(double val) Set the firedTime field.- Parameters:
val- The double to set.
-
getNumGeoSystem
int getNumGeoSystem()Return the number of MFString items in the geoSystem field.- Returns:
- the number of MFString items in the geoSystem field.
-
getGeoSystem
Return the geoSystem value in the argument String[]- Parameters:
val- The String[] to initialize.
-
setGeoSystem
-
getGeoOrigin
-
setGeoOrigin
-
getEntityCategory
int getEntityCategory()Return the entityCategory int value.- Returns:
- The entityCategory int value.
-
setEntityCategory
void setEntityCategory(int val) Set the entityCategory field.- Parameters:
val- The int to set.
-
getEntityDomain
int getEntityDomain()Return the entityDomain int value.- Returns:
- The entityDomain int value.
-
setEntityDomain
void setEntityDomain(int val) Set the entityDomain field.- Parameters:
val- The int to set.
-
getEntityExtra
int getEntityExtra()Return the entityExtra int value.- Returns:
- The entityExtra int value.
-
setEntityExtra
void setEntityExtra(int val) Set the entityExtra field.- Parameters:
val- The int to set.
-
getEntityKind
int getEntityKind()Return the entityKind int value.- Returns:
- The entityKind int value.
-
setEntityKind
void setEntityKind(int val) Set the entityKind field.- Parameters:
val- The int to set.
-
getEntitySpecific
int getEntitySpecific()Return the entitySpecific int value.- Returns:
- The entitySpecific int value.
-
setEntitySpecific
void setEntitySpecific(int val) Set the entitySpecific field.- Parameters:
val- The int to set.
-
getEntityCountry
int getEntityCountry()Return the entityCountry int value.- Returns:
- The entityCountry int value.
-
setEntityCountry
void setEntityCountry(int val) Set the entityCountry field.- Parameters:
val- The int to set.
-
getEntitySubcategory
int getEntitySubcategory()Return the entitySubcategory int value.- Returns:
- The entitySubcategory int value.
-
setEntitySubcategory
void setEntitySubcategory(int val) Set the entitySubcategory field.- Parameters:
val- The int to set.
-
getAppearance
int getAppearance()Return the appearance int value.- Returns:
- The appearance int value.
-
setAppearance
void setAppearance(int val) Set the appearance field.- Parameters:
val- The int to set.
-
getLinearVelocity
void getLinearVelocity(float[] val) Return the linearVelocity value in the argument float[]- Parameters:
val- The float[] to initialize.
-
setLinearVelocity
void setLinearVelocity(float[] val) Set the linearVelocity field.- Parameters:
val- The float[] to set.
-
getLinearAcceleration
void getLinearAcceleration(float[] val) Return the linearAcceleration value in the argument float[]- Parameters:
val- The float[] to initialize.
-
setLinearAcceleration
void setLinearAcceleration(float[] val) Set the linearAcceleration field.- Parameters:
val- The float[] to set.
-
getForceID
int getForceID()Return the forceID int value.- Returns:
- The forceID int value.
-
setForceID
void setForceID(int val) Set the forceID field.- Parameters:
val- The int to set.
-
getNumXmppParams
int getNumXmppParams()Return the number of MFString items in the xmppParams field.- Returns:
- the number of MFString items in the xmppParams field.
-
getXmppParams
Return the xmppParams value in the argument String[]- Parameters:
val- The String[] to initialize.
-
setXmppParams
-