public class SrsBoundingBox extends Object implements XMLElement
| Constructor and Description |
|---|
SrsBoundingBox() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Method that will create a deep copy of this object.
|
Integer |
getId() |
Layer |
getLayer() |
String |
getMaxx() |
String |
getMaxy() |
String |
getMinx() |
String |
getMiny() |
String |
getResx() |
String |
getResy() |
String |
getSrs() |
String |
getType() |
void |
setLayer(Layer layer) |
void |
setMaxx(String maxx) |
void |
setMaxy(String maxy) |
void |
setMinx(String minx) |
void |
setMiny(String miny) |
void |
setResx(String resx) |
void |
setResy(String resy) |
void |
setSrs(String srs) |
Element |
toElement(Document doc,
Element rootElement)
Method that will create piece of the XML tree to create a proper XML docuement.
|
public Integer getId()
public String getSrs()
public void setSrs(String srs)
public String getMinx()
public void setMinx(String minx)
public String getMiny()
public void setMiny(String miny)
public String getMaxx()
public void setMaxx(String maxx)
public String getMaxy()
public void setMaxy(String maxy)
public String getResx()
public void setResx(String resx)
public String getResy()
public void setResy(String resy)
public Layer getLayer()
public void setLayer(Layer layer)
public Object clone()
public String getType()
public Element toElement(Document doc, Element rootElement)
toElement in interface XMLElementdoc - Document object which is being used to create new ElementsrootElement - The element where this object belongs to.Copyright © 2022 B3Partners B.V.. All rights reserved.