public static class GeospatialCoverage.Builder extends Object implements IBuilder, Serializable
IBuilder
,
Serialized FormConstructor and Description |
---|
Builder()
Empty constructor
|
Builder(GeospatialCoverage coverage)
Constructor which starts from an existing component.
|
Modifier and Type | Method and Description |
---|---|
GeospatialCoverage |
commit()
Finalizes the data gathered for this builder instance.
|
BoundingBox.Builder |
getBoundingBox()
Builder accessor for the boundingBox
|
BoundingGeometry.Builder |
getBoundingGeometry()
Builder accessor for the boundingGeometry
|
GeographicIdentifier.Builder |
getGeographicIdentifier()
Builder accessor for the geographicIdentifier
|
Integer |
getOrder()
Builder accessor for the order
|
PostalAddress.Builder |
getPostalAddress()
Builder accessor for the postalAddress
|
String |
getPrecedence()
Builder accessor for the precedence
|
SecurityAttributes.Builder |
getSecurityAttributes()
Builder accessor for the Security Attributes
|
VerticalExtent.Builder |
getVerticalExtent()
Builder accessor for the verticalExtent
|
boolean |
isEmpty()
Checks if any values have been provided for this Builder.
|
void |
setBoundingBox(BoundingBox.Builder boundingBox)
Builder accessor for the boundingBox
|
void |
setBoundingGeometry(BoundingGeometry.Builder boundingGeometry)
Builder accessor for the boundingGeometry
|
void |
setGeographicIdentifier(GeographicIdentifier.Builder geographicIdentifier)
Builder accessor for the geographicIdentifier
|
void |
setOrder(Integer order)
Builder accessor for the order
|
void |
setPostalAddress(PostalAddress.Builder postalAddress)
Builder accessor for the postalAddress
|
void |
setPrecedence(String precedence)
Builder accessor for the precedence
|
void |
setSecurityAttributes(SecurityAttributes.Builder securityAttributes)
Builder accessor for the Security Attributes
|
void |
setVerticalExtent(VerticalExtent.Builder verticalExtent)
Builder accessor for the verticalExtent
|
public Builder()
public Builder(GeospatialCoverage coverage)
public GeospatialCoverage 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 BoundingBox.Builder getBoundingBox()
public void setBoundingBox(BoundingBox.Builder boundingBox)
public BoundingGeometry.Builder getBoundingGeometry()
public void setBoundingGeometry(BoundingGeometry.Builder boundingGeometry)
public GeographicIdentifier.Builder getGeographicIdentifier()
public void setGeographicIdentifier(GeographicIdentifier.Builder geographicIdentifier)
public PostalAddress.Builder getPostalAddress()
public void setPostalAddress(PostalAddress.Builder postalAddress)
public VerticalExtent.Builder getVerticalExtent()
public void setVerticalExtent(VerticalExtent.Builder verticalExtent)
public String getPrecedence()
public void setPrecedence(String precedence)
public Integer getOrder()
public void setOrder(Integer order)
public SecurityAttributes.Builder getSecurityAttributes()
public void setSecurityAttributes(SecurityAttributes.Builder securityAttributes)
Copyright 2010 - 2019 by Brian Uri!
Generated on 09/15/2016 12:36 PM
https://ddmsence.urizone.net/