Uses of Class
com.esri.core.map.InfoTemplate

Packages that use InfoTemplate
com.esri.core.map   
com.esri.map   
 

Uses of InfoTemplate in com.esri.core.map
 

Methods in com.esri.core.map that return InfoTemplate
 InfoTemplate Graphic.getInfoTemplate()
          Deprecated.  
 

Methods in com.esri.core.map with parameters of type InfoTemplate
static Graphic FeatureUtil.newGraphic(int uid, Geometry geometry, Symbol symbol, Map<String,Object> attributes, InfoTemplate infoTemp)
          Created a Graphic with the given UID.
static Graphic FeatureUtil.newGraphic(int uid, Geometry geometry, Symbol symbol, Map<String,Object> attributes, InfoTemplate infoTemp, int drawOrder)
          Created a Graphic with the given UID.
 

Constructors in com.esri.core.map with parameters of type InfoTemplate
Graphic(Geometry geometry, Symbol symbol, Map<String,Object> attributes, InfoTemplate infoTemp)
          Instantiates a new Graphic object.
 

Uses of InfoTemplate in com.esri.map
 

Methods in com.esri.map with parameters of type InfoTemplate
 void GraphicsLayer.updateGraphic(int id, InfoTemplate infoTemplate)
          Replaces the infoTemplate of the identified graphic with the supplied infoTemplate.
 



Copyright © 2012. All Rights Reserved.