Package net.opengis
Class AbstractBindings
java.lang.Object
net.opengis.AbstractBindings
- Direct Known Subclasses:
AbstractXMLStreamBindings,SWEJsonBindings
Base for all bindings, provide utility methods. This class is not thread safe.
- Since:
- Dec 14, 2014
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancanWriteExtension(Object obj) protected boolean[]protected booleanprotected bytegetByteFromString(String val) protected StringgetCoordinateStringValue(double[] coords) protected DateTimeOrDouble[]getDateTimeArrayFromString(String val, boolean isIso) protected OffsetDateTimeprotected DateTimeOrDoublegetDateTimeOrDoubleFromString(String val, boolean isIso) protected double[]protected doubleprotected doubleprotected floatgetFloatFromString(String val) protected int[]protected intgetIntFromString(String val) protected StringgetIsoDurationString(double val) protected longgetLongFromString(String val) protected shortgetShortFromString(String val) protected String[]protected StringgetStringValue(boolean val) protected StringgetStringValue(boolean[] array) protected StringgetStringValue(byte val) protected StringgetStringValue(byte[] array) protected StringgetStringValue(char val) protected StringgetStringValue(char[] array) protected StringgetStringValue(double val) protected StringgetStringValue(double[] array) protected StringgetStringValue(float val) protected StringgetStringValue(float[] array) protected StringgetStringValue(int val) protected StringgetStringValue(int[] array) protected StringgetStringValue(long val) protected StringgetStringValue(long[] array) protected StringgetStringValue(short val) protected StringgetStringValue(short[] array) protected StringgetStringValue(Object obj) protected StringgetStringValue(String[] array) protected Stringprotected Stringprotected StringgetStringValue(DateTimeOrDouble[] dateTimeList) protected StringgetStringValueAsDoubles(DateTimeOrDouble[] dateTimeList) protected StringtrimStringValue(String text)
-
Constructor Details
-
AbstractBindings
public AbstractBindings()
-
-
Method Details
-
getBooleanFromString
-
getByteFromString
-
getShortFromString
-
getIntFromString
-
getLongFromString
-
getFloatFromString
-
getDoubleFromString
-
getDateTimeFromString
-
getDateTimeOrDoubleFromString
-
getDurationFromString
-
getBooleanArrayFromString
-
getIntArrayFromString
-
getDoubleArrayFromString
-
getStringArrayFromString
-
getDateTimeArrayFromString
-
getStringValue
-
getStringValue
-
getStringValue
-
getIsoDurationString
-
getStringValue
-
getStringValue
-
getStringValue
-
getStringValue
-
getStringValue
-
getStringValue
-
getStringValue
-
getStringValue
-
getStringValue
-
getStringValue
-
getStringValue
-
getStringValue
-
getStringValue
-
getStringValue
-
getStringValue
-
getStringValue
-
getCoordinateStringValue
-
getStringValue
-
getStringValue
-
getStringValueAsDoubles
-
trimStringValue
-
canWriteExtension
-