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 TypeMethodDescriptionboolean
canWriteExtension
(Object obj) protected boolean[]
protected boolean
protected byte
getByteFromString
(String val) protected String
getCoordinateStringValue
(double[] coords) protected DateTimeOrDouble[]
getDateTimeArrayFromString
(String val, boolean isIso) protected OffsetDateTime
protected DateTimeOrDouble
getDateTimeOrDoubleFromString
(String val, boolean isIso) protected double[]
protected double
protected double
protected float
getFloatFromString
(String val) protected int[]
protected int
getIntFromString
(String val) protected String
getIsoDurationString
(double val) protected long
getLongFromString
(String val) protected short
getShortFromString
(String val) protected String[]
protected String
getStringValue
(boolean val) protected String
getStringValue
(boolean[] array) protected String
getStringValue
(byte val) protected String
getStringValue
(byte[] array) protected String
getStringValue
(char val) protected String
getStringValue
(char[] array) protected String
getStringValue
(double val) protected String
getStringValue
(double[] array) protected String
getStringValue
(float val) protected String
getStringValue
(float[] array) protected String
getStringValue
(int val) protected String
getStringValue
(int[] array) protected String
getStringValue
(long val) protected String
getStringValue
(long[] array) protected String
getStringValue
(short val) protected String
getStringValue
(short[] array) protected String
getStringValue
(Object obj) protected String
getStringValue
(String[] array) protected String
protected String
protected String
getStringValue
(DateTimeOrDouble[] dateTimeList) protected String
getStringValueAsDoubles
(DateTimeOrDouble[] dateTimeList) protected String
trimStringValue
(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
-