|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.model.cv.Observable_Impl
org.deegree_impl.model.cv.RangeAxis_Impl
The RangeAxis interface is for compound observations. It describes and lists the values at which the range component reports properties, or the “bins” by which the range componet reports counts or other aggregate values
-----------------------------------------------------------------------
Field Summary | |
private RangeExtent |
rangeExtent
|
Constructor Summary | |
(package private) |
RangeAxis_Impl(java.lang.String name,
java.lang.String description,
java.net.URL docURL,
java.lang.Object referenceSystem,
RangeExtent rangeExtent)
|
Method Summary | |
java.lang.String |
getDescription()
returns a short description of the Observable |
java.net.URL |
getDocURL()
returns an index into a registry of observation types |
java.lang.String |
getName()
returns the name of the Observable |
RangeExtent |
getRangeExtent()
returns the list the actual parameter values for which measurements are available |
java.lang.Object |
getReferenceSystem()
returns and a referenceSystem that associates the reported values with real-world quantities or categories |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.deegree.model.coverage.Observable |
getDescription, getDocURL, getName, getReferenceSystem |
Field Detail |
private RangeExtent rangeExtent
Constructor Detail |
RangeAxis_Impl(java.lang.String name, java.lang.String description, java.net.URL docURL, java.lang.Object referenceSystem, RangeExtent rangeExtent)
Method Detail |
public RangeExtent getRangeExtent()
getRangeExtent
in interface RangeAxis
public java.lang.String getDescription()
getDescription
in interface Observable
public java.net.URL getDocURL()
getDocURL
in interface Observable
public java.lang.String getName()
getName
in interface Observable
public java.lang.Object getReferenceSystem()
getReferenceSystem
in interface Observable
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |