Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1.4.0)

E12063-05

oracle.adf.view.faces.bi.model
Class GeoRowObject

java.lang.Object
  extended by oracle.adf.view.faces.bi.model.GeoRowObject

public class GeoRowObject
extends java.lang.Object

Object that represents a row of data in a GeoMapDataModel. For each type of theme, the various data values and labels are defined in GeoRowObjects Numeric data values that are displayed in a theme's info window and legend are supplied in the values param of the row. Formatted String values can also be supplied in the arFormattedValues param, though it is recommended that these be left null and that formatting be done in the view layer. If formattedValues are supplied to a particular theme's data model, then those formattedValues will be displayed. However, if a Converter is used on a theme then the Converter will be used to format the values and the supplied formattedValues will be ignored.


Field Summary
protected  java.lang.String[] m_arFormattedValues
           
protected  java.lang.String m_category
           
protected  java.lang.String[] m_dataItems
           
protected  java.lang.String[] m_dataLabels
           
protected  GenericGeoObject m_key
           
protected  java.lang.Object[] m_values
           
 
Constructor Summary
protected GeoRowObject()
           
  GeoRowObject(GenericGeoObject genericObject, java.lang.String[] dataLabels, java.lang.String[] formatValues)
           
  GeoRowObject(GeoObject key, java.lang.String[] dataItems, java.lang.String[] dataLabels, java.lang.Double[] values, java.lang.String[] arFormattedValues)
           
  GeoRowObject(GeoObject key, java.lang.String[] dataItems, java.lang.String[] dataLabels, java.lang.Object[] values, java.lang.String[] arFormattedValues)
           
 
Method Summary
 java.lang.String getCategory()
           
 java.lang.String[] getDataItems()
           
 java.lang.String[] getDataLabels()
           
 java.lang.String[] getFormattedValues()
           
 GenericGeoObject getGenericGeoObject()
           
 GeoObject getKey()
           
 java.lang.Object[] getObjectValues()
           
 java.lang.Double[] getValues()
           
 void setCategory(java.lang.String category)
           
 void setKey(GeoObject key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_key

protected GenericGeoObject m_key

m_dataItems

protected java.lang.String[] m_dataItems

m_dataLabels

protected java.lang.String[] m_dataLabels

m_values

protected java.lang.Object[] m_values

m_category

protected java.lang.String m_category

m_arFormattedValues

protected java.lang.String[] m_arFormattedValues
Constructor Detail

GeoRowObject

protected GeoRowObject()

GeoRowObject

public GeoRowObject(GeoObject key,
                    java.lang.String[] dataItems,
                    java.lang.String[] dataLabels,
                    java.lang.Double[] values,
                    java.lang.String[] arFormattedValues)

GeoRowObject

public GeoRowObject(GeoObject key,
                    java.lang.String[] dataItems,
                    java.lang.String[] dataLabels,
                    java.lang.Object[] values,
                    java.lang.String[] arFormattedValues)

GeoRowObject

public GeoRowObject(GenericGeoObject genericObject,
                    java.lang.String[] dataLabels,
                    java.lang.String[] formatValues)
Method Detail

getGenericGeoObject

public GenericGeoObject getGenericGeoObject()

getKey

public GeoObject getKey()

setKey

public void setKey(GeoObject key)

getDataItems

public java.lang.String[] getDataItems()

getDataLabels

public java.lang.String[] getDataLabels()

getValues

public java.lang.Double[] getValues()

getObjectValues

public java.lang.Object[] getObjectValues()

getFormattedValues

public java.lang.String[] getFormattedValues()

getCategory

public java.lang.String getCategory()

setCategory

public void setCategory(java.lang.String category)

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1.4.0)

E12063-05

Copyright © 1997, 2011, Oracle. All rights reserved.