net.agmodel.brokerConfig
Interface ChizuSource
- All Superinterfaces:
- BrokerConfigDataSource, DataSource, MetSource
- public interface ChizuSource
- extends MetSource
Java content class for ChizuSource complex type.
The following schema fragment specifies the expected content contained within this java content object.
<complexType name="ChizuSource">
<complexContent>
<extension base="{http://www.agmodel.net/brokerConfig}MetSource">
<sequence>
<element name="scaleRanges" type="{http://www.agmodel.net/brokerConfig}ScaleRange" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Methods inherited from interface net.agmodel.brokerConfig.MetSource |
getDefaultOffset, getFromStation, getHighestRes, getLabelLanguage, getLatRes, getLongRes, getLowestRes, getMapdir, getPtimezone, getTimeliness, isStationRebuildRequired, setDefaultOffset, setFromStation, setHighestRes, setLabelLanguage, setLatRes, setLongRes, setLowestRes, setMapdir, setPtimezone, setStationRebuildRequired, setTimeliness |
| Methods inherited from interface net.agmodel.spatialschema.DataSource |
getDataSourceID, getDefaultDisplayRegion, getDriverName, getLoginRequirements, getName, getSpatialCoverage, getSystempassword, getSystemuser, setDataSourceID, setDefaultDisplayRegion, setDriverName, setLoginRequirements, setName, setSpatialCoverage, setSystempassword, setSystemuser |
getScaleRanges
public List getScaleRanges()
- Gets the value of the ScaleRanges property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there's any setter method for the ScaleRanges property.
For example, to add a new item, do as follows:
getScaleRanges().add(newItem);
Objects of the following type(s) are allowed in the list
ScaleRange
Copyright (C) NARC 2001 All Rights Reserved.