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) ElementSingletonElement.valueThe singleton element, ornullif none.Methods in org.apache.sis.io.wkt that return ElementModifier and TypeMethodDescriptionElement.pullElement(int mode, String... keys) Removes the nextElementof the given name from the children and returns it.Element.pullVoidElement(String key) Removes and returns the nextElementwith no bracket.(package private) final ElementAbstractParser.textToTree(String wkt, ParsePosition position) Parses the Well Know Text from specified position as a tree ofElements.private ElementStoredTree.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 TypeMethodDescriptionbooleanAdds the given value if this set is empty.(package private) final voidAdds the givenoffsetvalue.(package private) abstract ObjectAbstractParser.buildFromTree(Element element) Parses the next element in the specified Well Know Text (WKT) tree.(package private) final ObjectGeodeticObjectParser.buildFromTree(Element element) Parses the next element in the specified Well Know Text (WKT) tree.(package private) ObjectMathTransformParser.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.CoordinateSystemAxisGeodeticObjectParser.parseAxis(int mode, Element parent, String csType, javax.measure.Unit<?> defaultUnit) Parses an"AXIS"element.private org.opengis.referencing.crs.SingleCRSGeodeticObjectParser.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.CoordinateReferenceSystemGeodeticObjectParser.parseCompoundCRS(int mode, Element parent) Parses a"CompoundCRS"element.private org.opengis.referencing.operation.MathTransformMathTransformParser.parseConcatMT(Element parent) Parses a"CONCAT_MT"element.private org.opengis.referencing.crs.CoordinateReferenceSystemGeodeticObjectParser.parseCoordinateReferenceSystem(Element element, boolean mandatory) Parses a coordinate reference system element.private org.opengis.referencing.crs.CoordinateReferenceSystemGeodeticObjectParser.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.CoordinateSystemGeodeticObjectParser.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.GeodeticDatumGeodeticObjectParser.parseDatum(int mode, Element parent, org.opengis.referencing.datum.PrimeMeridian meridian) Parses a"Datum"(WKT 2) element.private org.opengis.referencing.operation.ConversionGeodeticObjectParser.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.EllipsoidGeodeticObjectParser.parseEllipsoid(int mode, Element parent) Parses an"Ellipsoid"element.private org.opengis.referencing.crs.SingleCRSGeodeticObjectParser.parseEngineeringCRS(int mode, Element parent, boolean isBaseCRS) Parses a"EngineeringCRS"(WKT 2) element.private org.opengis.referencing.datum.EngineeringDatumGeodeticObjectParser.parseEngineeringDatum(int mode, Element parent, boolean isWKT1) Parses a"EngineeringDatum"(WKT 2) element.private org.opengis.referencing.crs.DerivedCRSGeodeticObjectParser.parseFittedCS(int mode, Element parent) Parses a"FITTED_CS"element.private org.opengis.referencing.crs.SingleCRSGeodeticObjectParser.parseGeodeticCRS(int mode, Element parent, int dimension, String csType) Parses a"GeodeticCRS"(WKT 2) element.private org.opengis.referencing.operation.CoordinateOperationGeodeticObjectParser.parseGeogTranslation(int mode, Element parent) Parses a"GeogTran"element.private org.opengis.referencing.crs.ImageCRSGeodeticObjectParser.parseImageCRS(int mode, Element parent) Parses an"ImageCRS"(WKT 2) element.private org.opengis.referencing.datum.ImageDatumGeodeticObjectParser.parseImageDatum(int mode, Element parent) Parses an"ImageDatum"(WKT 2) element.private org.opengis.referencing.operation.MathTransformMathTransformParser.parseInverseMT(Element parent) Parses an"INVERSE_MT"element.(package private) final org.opengis.referencing.operation.MathTransformMathTransformParser.parseMathTransform(Element element, boolean mandatory) Parses the nextMathTransformin 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.OperationMethodGeodeticObjectParser.parseMethod(Element parent, String... keywords) Parses a"Method"(WKT 2) element, without the parameters.private org.opengis.referencing.operation.CoordinateOperationGeodeticObjectParser.parseOperation(int mode, Element parent) Parses a"CoordinateOperation"element.(package private) final voidMathTransformParser.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.SingleCRSGeodeticObjectParser.parseParametricCRS(int mode, Element parent, boolean isBaseCRS) Parses"ParametricCRS"element.private org.opengis.referencing.datum.DatumGeodeticObjectParser.parseParametricDatum(int mode, Element parent) Parses a"ParametricDatum"element.private org.opengis.referencing.operation.MathTransformMathTransformParser.parseParamMT(Element parent) Parses a"PARAM_MT"element.private org.opengis.referencing.operation.MathTransformMathTransformParser.parsePassThroughMT(Element parent) Parses a"PASSTHROUGH_MT"element.private org.opengis.referencing.datum.PrimeMeridianGeodeticObjectParser.parsePrimeMeridian(int mode, Element parent, boolean isWKT1, javax.measure.Unit<javax.measure.quantity.Angle> angularUnit) Parses a"PrimeMeridian"element.private org.opengis.referencing.crs.ProjectedCRSGeodeticObjectParser.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.SingleCRSGeodeticObjectParser.parseTimeCRS(int mode, Element parent, boolean isBaseCRS) Parses"TimeCRS"element.private org.opengis.referencing.datum.TemporalDatumGeodeticObjectParser.parseTimeDatum(int mode, Element parent) Parses a"TimeDatum"element.private ObjectGeodeticObjectParser.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 aUNITelement.private org.opengis.referencing.crs.SingleCRSGeodeticObjectParser.parseVerticalCRS(int mode, Element parent, boolean isBaseCRS) Parses a"VerticalCRS"(WKT 2) element.private org.opengis.referencing.datum.VerticalDatumGeodeticObjectParser.parseVerticalDatum(int mode, Element parent, boolean isWKT1) Parses a"VerticalDatum"(WKT 2) element.(package private) final voidAbstractParser.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 voidAbstractParser.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 voidStoredTree.Node.toElements(StoredTree.Inflater inflater, Collection<? super Element> addTo) Copies this node in modifiableElements and add them to the given list.(package private) final voidStoredTree.toElements(AbstractParser parser, Collection<? super Element> addTo, int isFragment) RecreatesElementtrees.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 newStoredTreewith 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 newStoredTreewith a snapshot of given trees of elements.