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<java.lang.Long> |
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<java.lang.String,java.lang.String> |
getLinearLayerGraphicInfo(MboSetRemote mboRelSet,
java.lang.String objectname,
java.lang.String relationship,
java.util.Map<java.lang.String,java.lang.String> msgTemplates,
java.lang.String orgId,
UserInfo userinfo,
java.util.Map<java.lang.String,java.lang.String> attributes,
MboRemote linearLayer)
Method to return the HTML string for the Graphic attributes (Used in the
Identify tool)
|
java.util.Map<java.lang.String,java.lang.Integer> |
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<java.lang.String,java.lang.String> getLinearLayerGraphicInfo(MboSetRemote mboRelSet, java.lang.String objectname, java.lang.String relationship, java.util.Map<java.lang.String,java.lang.String> msgTemplates, java.lang.String orgId, UserInfo userinfo, java.util.Map<java.lang.String,java.lang.String> attributes, MboRemote linearLayer) throws java.rmi.RemoteException, MXException
objectname - orgid - userinfo - attributes - java.rmi.RemoteExceptionMXExceptionpublic java.util.Map<java.lang.String,java.lang.Integer> loadAttributesFromTemplate(java.lang.String template,
java.lang.String objectName,
MboRemote appMbo,
UserInfo userInfo)
throws MXException,
java.rmi.RemoteException
template - objectName - appMbo - userInfo - MXExceptionjava.rmi.RemoteExceptionpublic java.util.List<java.lang.Long> 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 - MXExceptionjava.rmi.RemoteExceptionjavax.script.ScriptExceptionpublic double convertMeasure(double measure,
java.lang.String unitSource,
java.lang.String unitDestiny)
measure - unitSource - unitDestiny -