public class BoundingBoxType extends Object implements Serializable
| Constructor and Description |
|---|
BoundingBoxType() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteDimensions()
Method deleteDimensions
|
String |
getCrs()
Returns the value of field 'crs'.
|
int |
getDimensions()
Returns the value of field 'dimensions'.
|
String |
getLowerCorner()
Returns the value of field 'lowerCorner'.
|
String |
getUpperCorner()
Returns the value of field 'upperCorner'.
|
boolean |
hasDimensions()
Method hasDimensions
|
boolean |
isValid()
Method isValid
|
void |
marshal(ContentHandler handler)
Method marshal
|
void |
marshal(Writer out)
Method marshal
|
void |
setCrs(String crs)
Sets the value of field 'crs'.
|
void |
setDimensions(int dimensions)
Sets the value of field 'dimensions'.
|
void |
setLowerCorner(String lowerCorner)
Sets the value of field 'lowerCorner'.
|
void |
setUpperCorner(String upperCorner)
Sets the value of field 'upperCorner'.
|
static BoundingBoxType |
unmarshal(Reader reader)
Method unmarshal
|
void |
validate()
Method validate
|
public void deleteDimensions()
public String getCrs()
public int getDimensions()
public String getLowerCorner()
public String getUpperCorner()
public boolean hasDimensions()
public boolean isValid()
public void marshal(Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out - org.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void marshal(ContentHandler handler) throws IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler - IOExceptionorg.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void setCrs(String crs)
crs - the value of field 'crs'.public void setDimensions(int dimensions)
dimensions - the value of field 'dimensions'.public void setLowerCorner(String lowerCorner)
lowerCorner - the value of field 'lowerCorner'.public void setUpperCorner(String upperCorner)
upperCorner - the value of field 'upperCorner'.public static BoundingBoxType unmarshal(Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader - org.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void validate()
throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationExceptionCopyright © 2022 B3Partners B.V.. All rights reserved.