|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.moximedia.ows.IdentifyLink
Used to define links that appear in default identify and drill down identify reports in the IMF.
| Field Summary |
| Fields inherited from interface com.moximedia.ows.types.LayerIdentifyType |
LAYER_IDENTIFY_TYPE_DEFAULT, LAYER_IDENTIFY_TYPE_NONE, LAYER_IDENTIFY_TYPE_URL_APPEND_FIELD_VALUE, LAYER_IDENTIFY_TYPE_URL_FIELD_VALUES, LAYER_IDENTIFY_TYPE_URL_INSERT_FIELD_VALUE, LAYER_IDENTIFY_TYPE_URL_MULTIPLE_FIELD_VALUES |
| Constructor Summary | |
IdentifyLink()
Creates new IdentifyLink |
|
| Method Summary | |
java.lang.String[] |
getFieldNames()
Gets the field names of the key fields. |
java.lang.String |
getHandler()
Gets the handler URL |
java.lang.String |
getSuffix()
Gets the suffix used in urlInsertFieldValue routine. |
java.lang.String |
getText()
Gets the text used for the link. |
int |
getType()
Gets the identify type. |
boolean |
isPopup()
Gets an indicator of whether the report should pop up in a separate window. |
void |
setType(java.lang.String type)
Sets the identify type |
void |
setXmlAttribute(java.lang.String tag,
java.lang.String name,
java.lang.String value,
java.lang.String frameworkPath,
java.lang.String mapConfigPath)
Sets one of the attributes of this object using a string value. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public IdentifyLink()
| Method Detail |
public java.lang.String[] getFieldNames()
public int getType()
public void setType(java.lang.String type)
type - The identify type.public java.lang.String getHandler()
public java.lang.String getSuffix()
public java.lang.String getText()
public boolean isPopup()
public void setXmlAttribute(java.lang.String tag,
java.lang.String name,
java.lang.String value,
java.lang.String frameworkPath,
java.lang.String mapConfigPath)
tag - The XML element tag containing this attribute (not used).name - The XML attribute name.value - The XML attribute value.frameworkPath - The URL path to the IMF.mapConfigPath - The URL path to the map configuration XML file.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||