|
||||||||||
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.Axis
public class Axis
An <Axis>
element in
geographic metadata format.
CoordinateSystemAxis
Constructor Summary | |
---|---|
protected |
Axis(ImageReferencing metadata,
int index)
Creates a parser for an axis. |
Method Summary | |
---|---|
java.lang.String |
getDirection()
Returns the direction for this axis, or null if none. |
java.lang.String |
getName()
Returns the name for this axis, or null if none. |
java.util.Date |
getTimeOrigin()
Returns the time origin for this axis, or null if none. |
java.lang.String |
getUnits()
Returns the units for this axis, or null if none. |
void |
setDirection(java.lang.String direction)
Sets the direction for this axis. |
void |
setName(java.lang.String name)
Sets the name for this axis. |
void |
setTimeOrigin(java.util.Date origin)
Sets the time origin for this axis. |
void |
setUnits(java.lang.String units)
Sets the units 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 Axis(ImageReferencing metadata, int index)
ImageReferencing.getAxis(int)
instead.
metadata
- The metadata which contains this axis.index
- The band 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 java.lang.String getDirection()
null
if none.
public void setDirection(java.lang.String direction)
direction
- The axis direction, or null
if none.public java.lang.String getUnits()
null
if none.
public void setUnits(java.lang.String units)
units
- The axis units, or null
if none.public java.util.Date getTimeOrigin()
null
if none.
public void setTimeOrigin(java.util.Date origin)
origin
- The axis time origin, or null
if none.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |