public static class Polygon.Builder extends Object implements IBuilder, Serializable
IBuilder
,
Serialized FormConstructor and Description |
---|
Builder()
Empty constructor
|
Builder(Polygon polygon)
Constructor which starts from an existing component.
|
Modifier and Type | Method and Description |
---|---|
Polygon |
commit()
Finalizes the data gathered for this builder instance.
|
String |
getId()
Accessor for the ID
|
List<Position.Builder> |
getPositions()
Builder accessor for the coordinates
|
SRSAttributes.Builder |
getSrsAttributes()
Builder accessor for the SRS Attributes
|
boolean |
isEmpty()
Checks if any values have been provided for this Builder.
|
void |
setId(String id)
Accessor for the ID
|
void |
setSrsAttributes(SRSAttributes.Builder srsAttributes)
Builder accessor for the SRS Attributes
|
public Builder()
public Builder(Polygon polygon)
public Polygon 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 SRSAttributes.Builder getSrsAttributes()
public void setSrsAttributes(SRSAttributes.Builder srsAttributes)
public List<Position.Builder> getPositions()
public String getId()
public void setId(String id)
Copyright 2010 - 2019 by Brian Uri!
Generated on 09/15/2016 12:36 PM
https://ddmsence.urizone.net/