public static class BoundingBox.Builder extends Object implements IBuilder, Serializable
IBuilder
,
Serialized FormConstructor and Description |
---|
Builder()
Empty constructor
|
Builder(BoundingBox box)
Constructor which starts from an existing component.
|
Modifier and Type | Method and Description |
---|---|
BoundingBox |
commit()
Finalizes the data gathered for this builder instance.
|
Double |
getEastBL()
Builder accessor for the eastbound longitude
|
Double |
getNorthBL()
Builder accessor for the northbound latitude
|
Double |
getSouthBL()
Builder accessor for the southbound latitude
|
Double |
getWestBL()
Builder accessor for the westbound longitude
|
boolean |
isEmpty()
Checks if any values have been provided for this Builder.
|
void |
setEastBL(Double eastBL)
Builder accessor for the eastbound longitude
|
void |
setNorthBL(Double northBL)
Builder accessor for the northbound latitude
|
void |
setSouthBL(Double southBL)
Builder accessor for the southbound latitude
|
void |
setWestBL(Double westBL)
Builder accessor for the westbound longitude
|
public Builder()
public Builder(BoundingBox box)
public BoundingBox commit() throws InvalidDDMSException
IBuilder
commit
in interface IBuilder
InvalidDDMSException
- if any required information is missing or malformedIBuilder.commit()
public boolean isEmpty()
IBuilder
isEmpty
in interface IBuilder
IBuilder.isEmpty()
public Double getWestBL()
public void setWestBL(Double westBL)
public Double getEastBL()
public void setEastBL(Double eastBL)
public Double getSouthBL()
public void setSouthBL(Double southBL)
public Double getNorthBL()
public void setNorthBL(Double northBL)
Copyright 2010 - 2019 by Brian Uri!
Generated on 09/15/2016 12:36 PM
https://ddmsence.urizone.net/