Uses of Class
org.apache.sis.io.wkt.Element
Packages that use Element
-
Uses of Element in org.apache.sis.io.wkt
Fields in org.apache.sis.io.wkt declared as ElementModifier and TypeFieldDescription(package private) Element
SingletonElement.value
The singleton element, ornull
if none.Methods in org.apache.sis.io.wkt that return ElementModifier and TypeMethodDescriptionElement.pullElement
(int mode, String... keys) Removes the nextElement
of the given name from the children and returns it.Element.pullVoidElement
(String key) Removes and returns the nextElement
with no bracket.(package private) final Element
AbstractParser.textToTree
(String wkt, ParsePosition position) Parses the Well Know Text from specified position as a tree ofElement
s.private Element
StoredTree.Node.toElement
(StoredTree.Inflater inflater) Copies this node in a modifiableElement
.Methods in org.apache.sis.io.wkt that return types with arguments of type ElementModifier and TypeMethodDescriptionSingletonElement.iterator()
Returns an iterator over the elements in this set.Methods in org.apache.sis.io.wkt with parameters of type ElementModifier and TypeMethodDescriptionboolean
Adds the given value if this set is empty.(package private) final void
Adds the givenoffset
value.(package private) abstract Object
AbstractParser.buildFromTree
(Element element) Parses the next element in the specified Well Know Text (WKT) tree.(package private) final Object
GeodeticObjectParser.buildFromTree
(Element element) Parses the next element in the specified Well Know Text (WKT) tree.(package private) Object
MathTransformParser.buildFromTree
(Element element) Parses the next element in the specified Well Know Text (WKT) tree.GeodeticObjectParser.parseAnchorAndClose
(Element element, String name) Parses the datumANCHOR[]
element and pass the values to theGeodeticObjectParser.parseMetadataAndClose(Element, String, IdentifiedObject)
method.private org.opengis.referencing.cs.CoordinateSystemAxis
GeodeticObjectParser.parseAxis
(int mode, Element parent, String csType, javax.measure.Unit<?> defaultUnit) Parses an"AXIS"
element.private org.opengis.referencing.crs.SingleCRS
GeodeticObjectParser.parseBaseCRS
(int mode, Element parent, org.opengis.referencing.operation.OperationMethod method) Parses a"GeodeticCRS"
(WKT 2) element where the number of dimensions and coordinate system type are derived from the operation method.private org.opengis.referencing.crs.CoordinateReferenceSystem
GeodeticObjectParser.parseCompoundCRS
(int mode, Element parent) Parses a"CompoundCRS"
element.private org.opengis.referencing.operation.MathTransform
MathTransformParser.parseConcatMT
(Element parent) Parses a"CONCAT_MT"
element.private org.opengis.referencing.crs.CoordinateReferenceSystem
GeodeticObjectParser.parseCoordinateReferenceSystem
(Element element, boolean mandatory) Parses a coordinate reference system element.private org.opengis.referencing.crs.CoordinateReferenceSystem
GeodeticObjectParser.parseCoordinateReferenceSystem
(Element parent, int mode, String keyword) Parses a coordinate reference system wrapped in an element of the given name.private org.opengis.referencing.cs.CoordinateSystem
GeodeticObjectParser.parseCoordinateSystem
(Element parent, String type, int dimension, boolean isWKT1, javax.measure.Unit<?> defaultUnit, org.opengis.referencing.datum.Datum datum) Parses a"CS"
element followed by all"AXIS"
elements.private org.opengis.referencing.datum.GeodeticDatum
GeodeticObjectParser.parseDatum
(int mode, Element parent, org.opengis.referencing.datum.PrimeMeridian meridian) Parses a"Datum"
(WKT 2) element.private org.opengis.referencing.operation.Conversion
GeodeticObjectParser.parseDerivingConversion
(int mode, Element parent, String wrapper, javax.measure.Unit<?> defaultUnit, javax.measure.Unit<javax.measure.quantity.Angle> defaultAngularUnit) Parses a"Method"
(WKT 2) element, followed by parameter values.private org.opengis.referencing.datum.Ellipsoid
GeodeticObjectParser.parseEllipsoid
(int mode, Element parent) Parses an"Ellipsoid"
element.private org.opengis.referencing.crs.SingleCRS
GeodeticObjectParser.parseEngineeringCRS
(int mode, Element parent, boolean isBaseCRS) Parses a"EngineeringCRS"
(WKT 2) element.private org.opengis.referencing.datum.EngineeringDatum
GeodeticObjectParser.parseEngineeringDatum
(int mode, Element parent, boolean isWKT1) Parses a"EngineeringDatum"
(WKT 2) element.private org.opengis.referencing.crs.DerivedCRS
GeodeticObjectParser.parseFittedCS
(int mode, Element parent) Parses a"FITTED_CS"
element.private org.opengis.referencing.crs.SingleCRS
GeodeticObjectParser.parseGeodeticCRS
(int mode, Element parent, int dimension, String csType) Parses a"GeodeticCRS"
(WKT 2) element.private org.opengis.referencing.operation.CoordinateOperation
GeodeticObjectParser.parseGeogTranslation
(int mode, Element parent) Parses a"GeogTran"
element.private org.opengis.referencing.crs.ImageCRS
GeodeticObjectParser.parseImageCRS
(int mode, Element parent) Parses an"ImageCRS"
(WKT 2) element.private org.opengis.referencing.datum.ImageDatum
GeodeticObjectParser.parseImageDatum
(int mode, Element parent) Parses an"ImageDatum"
(WKT 2) element.private org.opengis.referencing.operation.MathTransform
MathTransformParser.parseInverseMT
(Element parent) Parses an"INVERSE_MT"
element.(package private) final org.opengis.referencing.operation.MathTransform
MathTransformParser.parseMathTransform
(Element element, boolean mandatory) Parses the nextMathTransform
in the specified Well Know Text (WKT) tree.GeodeticObjectParser.parseMetadataAndClose
(Element parent, String name, org.opengis.referencing.IdentifiedObject fallback) Parses an optional metadata elements and close.private org.opengis.referencing.operation.OperationMethod
GeodeticObjectParser.parseMethod
(Element parent, String... keywords) Parses a"Method"
(WKT 2) element, without the parameters.private org.opengis.referencing.operation.CoordinateOperation
GeodeticObjectParser.parseOperation
(int mode, Element parent) Parses a"CoordinateOperation"
element.(package private) final void
MathTransformParser.parseParameters
(Element element, org.opengis.parameter.ParameterValueGroup parameters, javax.measure.Unit<?> defaultUnit, javax.measure.Unit<javax.measure.quantity.Angle> defaultAngularUnit) Parses a sequence of"PARAMETER"
elements.GeodeticObjectParser.parseParametersAndClose
(Element parent, String name, org.opengis.referencing.operation.OperationMethod method) Parses a sequence of"PARAMETER"
elements, then parses optional metadata elements and close.private org.opengis.referencing.crs.SingleCRS
GeodeticObjectParser.parseParametricCRS
(int mode, Element parent, boolean isBaseCRS) Parses"ParametricCRS"
element.private org.opengis.referencing.datum.Datum
GeodeticObjectParser.parseParametricDatum
(int mode, Element parent) Parses a"ParametricDatum"
element.private org.opengis.referencing.operation.MathTransform
MathTransformParser.parseParamMT
(Element parent) Parses a"PARAM_MT"
element.private org.opengis.referencing.operation.MathTransform
MathTransformParser.parsePassThroughMT
(Element parent) Parses a"PASSTHROUGH_MT"
element.private org.opengis.referencing.datum.PrimeMeridian
GeodeticObjectParser.parsePrimeMeridian
(int mode, Element parent, boolean isWKT1, javax.measure.Unit<javax.measure.quantity.Angle> angularUnit) Parses a"PrimeMeridian"
element.private org.opengis.referencing.crs.ProjectedCRS
GeodeticObjectParser.parseProjectedCRS
(int mode, Element parent, boolean isBaseCRS) Parses a"ProjectedCRS"
(WKT 2) element.private <Q extends javax.measure.Quantity<Q>>
javax.measure.Unit<Q>GeodeticObjectParser.parseScaledUnit
(Element parent, String keyword, javax.measure.Unit<Q> baseUnit) Parses an optional"UNIT"
element of a known dimension.private org.opengis.referencing.crs.SingleCRS
GeodeticObjectParser.parseTimeCRS
(int mode, Element parent, boolean isBaseCRS) Parses"TimeCRS"
element.private org.opengis.referencing.datum.TemporalDatum
GeodeticObjectParser.parseTimeDatum
(int mode, Element parent) Parses a"TimeDatum"
element.private Object
GeodeticObjectParser.parseToWGS84
(int mode, Element parent) Parses an optional"TOWGS84"
element.(package private) final javax.measure.Unit<?>
Parses an optional"UNIT"
element of unknown dimension.(package private) final javax.measure.Unit<?>
MathTransformParser.parseUnitID
(Element parent) Parses theID["authority", "code"]
element inside aUNIT
element.private org.opengis.referencing.crs.SingleCRS
GeodeticObjectParser.parseVerticalCRS
(int mode, Element parent, boolean isBaseCRS) Parses a"VerticalCRS"
(WKT 2) element.private org.opengis.referencing.datum.VerticalDatum
GeodeticObjectParser.parseVerticalDatum
(int mode, Element parent, boolean isWKT1) Parses a"VerticalDatum"
(WKT 2) element.(package private) final void
AbstractParser.warning
(Element parent, String element, org.opengis.util.InternationalString message, Exception ex) Reports a non-fatal warning that occurred while parsing a WKT.(package private) final void
AbstractParser.warning
(Element parent, Element element, org.opengis.util.InternationalString message, Exception ex) Reports a non-fatal warning that occurred while parsing a WKT.Method parameters in org.apache.sis.io.wkt with type arguments of type ElementModifier and TypeMethodDescription(package private) final void
StoredTree.Node.toElements
(StoredTree.Inflater inflater, Collection<? super Element> addTo) Copies this node in modifiableElement
s and add them to the given list.(package private) final void
StoredTree.toElements
(AbstractParser parser, Collection<? super Element> addTo, int isFragment) RecreatesElement
trees.Constructors in org.apache.sis.io.wkt with parameters of type ElementModifierConstructorDescription(package private)
Constructs a root element as a modifiable wrapper around the given element.(package private)
Node
(StoredTree.Deflater deflater, Element element) Creates an immutable copy of the given element.(package private)
StoredTree
(Element tree, Map<Object, Object> sharedValues) Creates a newStoredTree
with a snapshot of given tree of elements.Constructor parameters in org.apache.sis.io.wkt with type arguments of type ElementModifierConstructorDescription(package private)
Node
(StoredTree.Deflater deflater, List<Element> elements) Creates an anonymous node for an array of roots.(package private)
Creates a newStoredTree
with a snapshot of given trees of elements.