public static class VerticalExtent.Builder extends Object implements IBuilder, Serializable
IBuilder
,
Serialized FormConstructor and Description |
---|
Builder()
Empty constructor
|
Builder(VerticalExtent extent)
Constructor which starts from an existing component.
|
Modifier and Type | Method and Description |
---|---|
VerticalExtent |
commit()
Finalizes the data gathered for this builder instance.
|
String |
getDatum()
Builder accessor for the vertical datum attribute
|
Double |
getMaxVerticalExtent()
Builder accessor for the maximum extent
|
Double |
getMinVerticalExtent()
Builder accessor for the minimum extent
|
String |
getUnitOfMeasure()
Builder accessor for the unitOfMeasure attribute
|
boolean |
isEmpty()
Checks if any values have been provided for this Builder.
|
void |
setDatum(String datum)
Builder accessor for the vertical datum attribute
|
void |
setMaxVerticalExtent(Double maxVerticalExtent)
Builder accessor for the maximum extent
|
void |
setMinVerticalExtent(Double minVerticalExtent)
Builder accessor for the minimum extent
|
void |
setUnitOfMeasure(String unitOfMeasure)
Builder accessor for the unitOfMeasure attribute
|
public Builder()
public Builder(VerticalExtent extent)
public VerticalExtent 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 getMinVerticalExtent()
public void setMinVerticalExtent(Double minVerticalExtent)
public Double getMaxVerticalExtent()
public void setMaxVerticalExtent(Double maxVerticalExtent)
public String getUnitOfMeasure()
public void setUnitOfMeasure(String unitOfMeasure)
public String getDatum()
public void setDatum(String datum)
Copyright 2010 - 2019 by Brian Uri!
Generated on 09/15/2016 12:36 PM
https://ddmsence.urizone.net/