|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.image.io.metadata.MetadataAccessor
org.geotools.image.io.metadata.Parameter
public class Parameter
An <Parameter>
element in
geographic metadata format.
ParameterValue
Constructor Summary | |
---|---|
protected |
Parameter(ImageReferencing metadata,
int index)
Creates a parser for an axis. |
Method Summary | |
---|---|
java.lang.String |
getName()
Returns the name for this parameter, or null if none. |
double |
getValue()
Returns the value for this parameter, or null if none. |
void |
setName(java.lang.String name)
Sets the name for this parameter. |
void |
setValue(double value)
Sets the direction for this axis. |
Methods inherited from class org.geotools.image.io.metadata.MetadataAccessor |
---|
appendChild, childCount, getAttributeAsDate, getAttributeAsDouble, getAttributeAsDoubles, getAttributeAsInteger, getAttributeAsIntegers, getAttributeAsString, getUserObject, getUserObject, selectChild, selectParent, setAttributeAsDate, setAttributeAsDouble, setAttributeAsDoubles, setAttributeAsInteger, setAttributeAsIntegers, setAttributeAsString, setUserObject, setWarningsEnabled, toString, trimFractionalPart, warningOccurred |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected Parameter(ImageReferencing metadata, int index)
ImageReferencing.getParameter(int)
instead.
metadata
- The metadata which contains this parameter.index
- The index for this instance.Method Detail |
---|
public java.lang.String getName()
null
if none.
public void setName(java.lang.String name)
name
- The axis name, or null
if none.public double getValue()
null
if none.
public void setValue(double value)
direction
- The axis direction, or null
if none.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |