A B C D E G I L M O P S

G

getAttributeValue(Node, String) - Static method in class it.cutruzzula.lgml.util.DOMUtils
Method to get node attribute value with provided name, if present.
getChildElements(Node) - Static method in class it.cutruzzula.lgml.util.DOMUtils
Method to get the input node children of type "ELEMENT".
getChildElements(Node, String) - Static method in class it.cutruzzula.lgml.util.DOMUtils
Method to get the input node children of type "ELEMENT" with provided local name.
getFirstChildElement(Node) - Static method in class it.cutruzzula.lgml.util.DOMUtils
Method to get the first input node's child of type "ELEMENT", if present.
getFirstChildElement(Node, String) - Static method in class it.cutruzzula.lgml.util.DOMUtils
Method to get the first input node child of type "ELEMENT" with provided local name, if present.
getLinearRings() - Method in class it.cutruzzula.lgml.geometry.Polygon
Method to get the list of linear-rings.
getLineStrings() - Method in class it.cutruzzula.lgml.geometry.MultiLineString
Method to get the list of line-strings.
getNodeLocalName(Node) - Static method in class it.cutruzzula.lgml.util.DOMUtils
Method to get node local name (example "name" for "ns1:name").
getNodeTextValue(Node) - Static method in class it.cutruzzula.lgml.util.DOMUtils
Method to get node text value, if found.
getPoints() - Method in class it.cutruzzula.lgml.geometry.LinearRing
Method to get the list of points.
getPoints() - Method in class it.cutruzzula.lgml.geometry.LineString
Method to get the list of points.
getPoints() - Method in class it.cutruzzula.lgml.geometry.MultiPoint
Method to get the list of points.
getPolygon() - Method in class it.cutruzzula.lgml.geometry.MultiPolygon
Method to get the list of polygons.
getSrsDimension() - Method in class it.cutruzzula.lgml.geometry.AbstractGeometry
Method to get the number of SRS dimensions.
getSrsName() - Method in class it.cutruzzula.lgml.geometry.AbstractGeometry
Method to get the SRS name.
getType() - Method in class it.cutruzzula.lgml.geometry.AbstractGeometry
Method to get the geometry type.
getType() - Method in class it.cutruzzula.lgml.geometry.Envelope
Method to get the geometry type.
getType() - Method in class it.cutruzzula.lgml.geometry.LinearRing
Method to get the geometry type.
getType() - Method in class it.cutruzzula.lgml.geometry.LineString
Method to get the geometry type.
getType() - Method in class it.cutruzzula.lgml.geometry.MultiLineString
Method to get the geometry type.
getType() - Method in class it.cutruzzula.lgml.geometry.MultiPoint
Method to get the geometry type.
getType() - Method in class it.cutruzzula.lgml.geometry.MultiPolygon
Method to get the geometry type.
getType() - Method in class it.cutruzzula.lgml.geometry.Point
Method to get the geometry type.
getType() - Method in class it.cutruzzula.lgml.geometry.Polygon
Method to get the geometry type.
getX() - Method in class it.cutruzzula.lgml.geometry.Point
Method to get the x coordinate.
getY() - Method in class it.cutruzzula.lgml.geometry.Point
Method to get the y coordinate.
getZ() - Method in class it.cutruzzula.lgml.geometry.Point
Method to get the z dimension.
GMLParser - Class in it.cutruzzula.lgml
The core class of the LGML parser

A B C D E G I L M O P S