| java.lang.Object org.geotools.image.io.metadata.MetadataAccessor org.geotools.image.io.metadata.ImageReferencing
ImageReferencing | public class ImageReferencing extends MetadataAccessor (Code) | | A
element in
, together with its
and
child elements.
since: 2.4 version: $Id: ImageReferencing.java 27544 2007-10-18 19:16:40Z desruisseaux $ author: Martin Desruisseaux |
Field Summary | |
final ChildList | cs The
"CoordinateReferenceSystem/CoordinateSystem" node. |
cs | final ChildList cs(Code) | | The
"CoordinateReferenceSystem/CoordinateSystem" node.
|
addAxis | public Axis addAxis(String name, String direction, String units)(Code) | | Adds an
to the
.
Parameters: name - The axis name, or null if unknown. Parameters: direction - The (usually "east" , "weast" , "north" , "south" , "up" or "down" ), or null if unknown. Parameters: units - The axis units symbol, or null if unknown. See Also: CoordinateSystemAxis See Also: AxisDirection |
getCoordinateReferenceSystem | public Identification getCoordinateReferenceSystem()(Code) | | Returns the
and
of the
.
See Also: CoordinateReferenceSystem |
getCoordinateSystem | public Identification getCoordinateSystem()(Code) | | Returns the
and
of the
.
See Also: CoordinateSystem |
getDimension | public int getDimension()(Code) | | Returns the number of dimensions.
|
setCoordinateReferenceSystem | public void setCoordinateReferenceSystem(String name, String type)(Code) | | Sets the
and
of the
.
Parameters: name - The coordinate reference system name, or null if unknown. Parameters: type - The coordinate reference system type (usually or), or null if unknown. See Also: CoordinateReferenceSystem |
setCoordinateSystem | public void setCoordinateSystem(String name, String type)(Code) | | Sets the
and
of the
.
Parameters: name - The coordinate system name, or null if unknown. Parameters: type - The coordinate system type (usually or), or null if unknown. See Also: CoordinateSystem |
setDatum | public void setDatum(String name)(Code) | | Sets the
and
of the
.
Parameters: name - The datum name, or null if unknown. See Also: Datum |
Methods inherited from org.geotools.image.io.metadata.MetadataAccessor | protected int appendChild()(Code)(Java Doc) protected int childCount()(Code)(Java Doc) protected Date getDate(String attribute)(Code)(Java Doc) protected Double getDouble(String attribute)(Code)(Java Doc) protected double[] getDoubles(String attribute, boolean unique)(Code)(Java Doc) protected Integer getInteger(String attribute)(Code)(Java Doc) protected int[] getIntegers(String attribute, boolean unique)(Code)(Java Doc) protected String getString(String attribute)(Code)(Java Doc) protected Object getUserObject()(Code)(Java Doc) protected Object getUserObject(Class type) throws ClassCastException(Code)(Java Doc) protected void selectChild(int index) throws IndexOutOfBoundsException(Code)(Java Doc) protected void selectParent() throws NoSuchElementException(Code)(Java Doc) protected void setDate(String attribute, Date value)(Code)(Java Doc) protected void setDouble(String attribute, double value)(Code)(Java Doc) protected void setDoubles(String attribute, double[] values)(Code)(Java Doc) final void setEnum(String attribute, String value, Collection enums)(Code)(Java Doc) protected void setInteger(String attribute, int value)(Code)(Java Doc) protected void setIntegers(String attribute, int[] values)(Code)(Java Doc) protected void setString(String attribute, String value)(Code)(Java Doc) protected void setUserObject(Object value) throws UnsupportedImplementationException(Code)(Java Doc) protected boolean setWarningsEnabled(boolean enabled)(Code)(Java Doc) public String toString()(Code)(Java Doc) public static String trimFractionalPart(String value)(Code)(Java Doc) final void warning(String method, int key, Object value)(Code)(Java Doc) protected void warningOccurred(LogRecord record)(Code)(Java Doc)
|
|
|