Uses of Interface
org.opengis.go.display.style.SymbologyInfo

Packages that use SymbologyInfo
org.opengis.go.display   
org.opengis.go.display.style   
 

Uses of SymbologyInfo in org.opengis.go.display
 

Methods in org.opengis.go.display that return SymbologyInfo
 SymbologyInfo[] DisplayCapabilities.getSupportedSymbologies()
          Returns an array of SymbologyInfo objects that this implementations supports.
 

Uses of SymbologyInfo in org.opengis.go.display.style
 

Methods in org.opengis.go.display.style that return SymbologyInfo
 SymbologyInfo Symbology.getActiveSymbology()
          Gets the active symbology name that is being used to render this graphic symbol.
 

Methods in org.opengis.go.display.style with parameters of type SymbologyInfo
 Object Symbology.getSymbologyProperty(SymbologyInfo info, String propertyName)
          Gets the property value defined by the given property name
 int Symbology.getSymbologyPropertyCount(SymbologyInfo info)
          Gets the number of properties that exist for the graphic that uses this symbology.
 String[] Symbology.getSymbologyPropertyNames(SymbologyInfo info)
          Gets the list of all the property names that exist for the graphic that uses this symbology.
 Class Symbology.getSymbologyPropertyType(SymbologyInfo info, String propertyName)
          Gets the java class type for the property value defined by the property name.
 void Symbology.setActiveSymbology(SymbologyInfo info)
          Sets the active symbology name that is being used to render this graphic symbol.
 void Symbology.setSymbologyProperty(SymbologyInfo info, String propertyName, Object value)
          Sets the value of a property for the given property name
 



Copyright © 1994-2008 Open Geospatial Consortium. All Rights Reserved.