public class GeoCommand extends Command implements com.exalead.util.Checkable, java.io.Serializable
Command.Transformer<T>, Command.Visitor
base, DEFAULT_BASE
Constructor and Description |
---|
GeoCommand() |
GeoCommand(GeoCommand o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(Command.Transformer<T> transformer,
T[] t) |
void |
accept(Command.Visitor visitor) |
void |
check(boolean deep,
java.lang.String errorContext)
Checks this GeoCommand.
|
static GeoCommand |
fromString(java.lang.String s)
String representation of this GeoCommand.
|
GeoCommand |
makeCopy()
Creates and returns a deep copy of this GeoCommand.
|
static GeoCommand |
readFrom(java.io.InputStream is)
Read this GeoCommand from an XML fragment.
|
java.lang.String |
toString()
String representation of this GeoCommand.
|
GeoCommand |
withBase(java.lang.String base) |
void |
writeTo(java.io.OutputStream os)
Write this GeoCommand as an XML fragment
|
public GeoCommand()
public GeoCommand(GeoCommand o)
public GeoCommand withBase(java.lang.String base)
public GeoCommand makeCopy()
public static GeoCommand readFrom(java.io.InputStream is) throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBException
public void writeTo(java.io.OutputStream os) throws javax.xml.bind.JAXBException, java.io.IOException
public static GeoCommand fromString(java.lang.String s) throws javax.xml.bind.JAXBException, java.io.UnsupportedEncodingException
javax.xml.bind.JAXBException
java.io.UnsupportedEncodingException
public java.lang.String toString()
public void check(boolean deep, java.lang.String errorContext) throws com.exalead.util.TypedException
public void accept(Command.Visitor visitor) throws com.exalead.util.TypedException
public <T> T accept(Command.Transformer<T> transformer, T[] t) throws com.exalead.util.TypedException
Copyright © 2021 Dassault Systèmes, All Rights Reserved.