Package org.vast.data
Class JSONEncodingImpl
java.lang.Object
org.vast.data.AbstractSWEImpl
org.vast.data.AbstractEncodingImpl
org.vast.data.JSONEncodingImpl
- All Implemented Interfaces:
 Serializable,HasCopy,AbstractSWE,DataEncoding,JSONEncoding
POJO class for XML type JSONEncodingType(@http://www.opengis.net/swe/2.0).
 This is a complex type.
- See Also:
 
- 
Field Summary
Fields inherited from class org.vast.data.AbstractSWEImpl
extensionList, id - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class org.vast.data.AbstractSWEImpl
addExtension, copyTo, getExtensionList, getId, getNumExtensions, isSetId, setIdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.opengis.swe.v20.AbstractSWE
addExtension, getExtensionList, getId, getNumExtensions, isSetId, setId 
- 
Constructor Details
- 
JSONEncodingImpl
public JSONEncodingImpl() - 
JSONEncodingImpl
public JSONEncodingImpl(boolean pretty)  
 - 
 - 
Method Details
- 
copy
- Specified by:
 copyin interfaceDataEncoding- Specified by:
 copyin interfaceHasCopy- Specified by:
 copyin classAbstractEncodingImpl
 - 
isPretty
public boolean isPretty() - 
setPretty
public void setPretty(boolean pretty)  
 -