public static class IlvWKTCoordinateSystemDictionary.CoordinateSystemNode extends DefaultMutableTreeNode
CoordinateSystemNode
is a node class that stores a coordinate
system. This class also holds the name and EPSG number for the
coordinate system.allowsChildren, children, EMPTY_ENUMERATION, parent, userObject
Modifier and Type | Method and Description |
---|---|
IlvCoordinateSystem |
getCoordinateSystem()
Returns the coordinate system for this node.
|
int |
getEpsg()
Returns the EPSG number for this node.
|
String |
getName()
Returns the human readable name for this node.
|
String |
toString()
Returns a string made of the name and EPSG id.
|
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject
public IlvCoordinateSystem getCoordinateSystem()
public int getEpsg()
IlvWKTCoordinateSystemDictionary.NOEPSG
is returned.public String getName()
public String toString()
toString
in class DefaultMutableTreeNode
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.