public class PresetGeometries extends java.util.LinkedHashMap<java.lang.String,CustomGeometry>
Modifier and Type | Field and Description |
---|---|
protected static PresetGeometries |
_inst |
Modifier | Constructor and Description |
---|---|
protected |
PresetGeometries() |
Modifier and Type | Method and Description |
---|---|
static CustomGeometry |
convertCustomGeometry(javax.xml.stream.XMLStreamReader staxReader)
Convert a single CustomGeometry object, i.e.
|
static PresetGeometries |
getInstance() |
void |
init(java.io.InputStream is) |
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, values
clone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
protected static PresetGeometries _inst
public void init(java.io.InputStream is) throws javax.xml.stream.XMLStreamException, javax.xml.bind.JAXBException
javax.xml.stream.XMLStreamException
javax.xml.bind.JAXBException
public static CustomGeometry convertCustomGeometry(javax.xml.stream.XMLStreamReader staxReader)
public static PresetGeometries getInstance()
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.