|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.core.map.popup.PopupInfoUtil
public class PopupInfoUtil
The Class PopupInfoUtil.
Constructor Summary | |
---|---|
PopupInfoUtil()
|
Method Summary | |
---|---|
static UserCredentials |
getCredential(PopupInfo popupinfo)
Gets the credential. |
static Map<String,Field> |
getFields(PopupInfo popupInfo)
Gets the fields. |
static com.esri.core.internal.value.Layer |
getLayer(PopupInfo popupInfo)
Gets the layer. |
static String |
getTypeIdField(PopupInfo popupInfo)
Gets the type id field. |
static Map<String,FeatureType> |
getTypes(PopupInfo popupInfo)
Gets the types. |
static boolean |
isWebMapFeatureCollection(PopupInfo popupInfo)
Checks if is web map feature collection. |
static void |
setCredential(PopupInfo popupinfo,
UserCredentials credential)
Sets the credential. |
static void |
setLayer(PopupInfo popupInfo,
com.esri.core.internal.value.Layer layer)
Sets the layer. |
static void |
setWebMapFeatureCollection(PopupInfo popupInfo,
boolean isWebMapFeatureCollection)
Sets the web map feature collection. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PopupInfoUtil()
Method Detail |
---|
public static final com.esri.core.internal.value.Layer getLayer(PopupInfo popupInfo)
popupInfo
- the popup info
public static final void setLayer(PopupInfo popupInfo, com.esri.core.internal.value.Layer layer)
popupInfo
- the popup infolayer
- the layerpublic static final boolean isWebMapFeatureCollection(PopupInfo popupInfo)
popupInfo
- the popup info
public static final void setWebMapFeatureCollection(PopupInfo popupInfo, boolean isWebMapFeatureCollection)
popupInfo
- the popup infoisWebMapFeatureCollection
- the is web map feature collectionpublic static final Map<String,Field> getFields(PopupInfo popupInfo)
popupInfo
- the popup info
public static final String getTypeIdField(PopupInfo popupInfo)
popupInfo
- the popup info
public static final Map<String,FeatureType> getTypes(PopupInfo popupInfo)
popupInfo
- the popup info
public static final void setCredential(PopupInfo popupinfo, UserCredentials credential)
popupinfo
- the popupinfocredential
- the credentialpublic static final UserCredentials getCredential(PopupInfo popupinfo)
popupinfo
- the popupinfo
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |