public class LinearVCUtils
extends java.lang.Object
Constructor and Description |
---|
LinearVCUtils() |
Modifier and Type | Method and Description |
---|---|
double |
convertMeasure(double measure,
java.lang.String unitSource,
java.lang.String unitDestiny)
This method converts a measure in a unit to another unit.
|
java.util.List |
getLinearGraphicsbyWhereClause(java.lang.String whereClause,
java.lang.String objectName,
MboRemote appMbo,
UserInfo userInfo)
Method to return a list of Graphics IDs for a particular object that matches
the where clause.
|
java.util.Map |
getLinearLayerGraphicInfo(MboSetRemote mboRelSet,
java.lang.String objectname,
java.lang.String relationship,
java.util.Map msgTemplates,
java.lang.String orgId,
UserInfo userinfo,
java.util.Map attributes,
MboRemote linearLayer)
Method to return the HTML string for the Graphic attributes (Used in the
Identify tool)
|
java.util.Map |
loadAttributesFromTemplate(java.lang.String template,
java.lang.String objectName,
MboRemote appMbo,
UserInfo userInfo)
Method to get all the attributes from the template.
|
public java.util.Map getLinearLayerGraphicInfo(MboSetRemote mboRelSet, java.lang.String objectname, java.lang.String relationship, java.util.Map msgTemplates, java.lang.String orgId, UserInfo userinfo, java.util.Map attributes, MboRemote linearLayer) throws java.rmi.RemoteException, MXException
objectname
- orgid
- userinfo
- attributes
- java.rmi.RemoteException
MXException
public java.util.Map loadAttributesFromTemplate(java.lang.String template, java.lang.String objectName, MboRemote appMbo, UserInfo userInfo) throws MXException, java.rmi.RemoteException
template
- objectName
- appMbo
- userInfo
- MXException
java.rmi.RemoteException
public java.util.List getLinearGraphicsbyWhereClause(java.lang.String whereClause, java.lang.String objectName, MboRemote appMbo, UserInfo userInfo) throws MXException, java.rmi.RemoteException, javax.script.ScriptException
whereClause
- objectName
- appMbo
- userInfo
- MXException
java.rmi.RemoteException
javax.script.ScriptException
public double convertMeasure(double measure, java.lang.String unitSource, java.lang.String unitDestiny)
measure
- unitSource
- unitDestiny
-