public static class BoundingGeometry.Builder extends Object implements IBuilder, Serializable
IBuilder
,
Serialized FormConstructor and Description |
---|
Builder()
Empty constructor
|
Builder(BoundingGeometry geometry)
Constructor which starts from an existing component.
|
Modifier and Type | Method and Description |
---|---|
BoundingGeometry |
commit()
Finalizes the data gathered for this builder instance.
|
List<Circle.Builder> |
getCircles()
Builder accessor for the circles in this geometry.
|
List<Ellipse.Builder> |
getEllipses()
Builder accessor for the ellipses in this geometry.
|
List<Envelope.Builder> |
getEnvelopes()
Builder accessor for the envelopes in this geometry.
|
List<Point.Builder> |
getGmlPoints()
Builder accessor for the GML points in this geometry.
|
List<Polygon.Builder> |
getGmlPolygons()
Builder accessor for the GML polygons in this geometry.
|
List<Point.Builder> |
getPoints()
Builder accessor for the points in this geometry.
|
List<Polygon.Builder> |
getPolygons()
Builder accessor for the polygons in this geometry.
|
boolean |
isEmpty()
Checks if any values have been provided for this Builder.
|
public Builder()
public Builder(BoundingGeometry geometry)
public BoundingGeometry 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 List<Polygon.Builder> getGmlPolygons()
public List<Point.Builder> getGmlPoints()
public List<Circle.Builder> getCircles()
public List<Ellipse.Builder> getEllipses()
public List<Envelope.Builder> getEnvelopes()
public List<Point.Builder> getPoints()
public List<Polygon.Builder> getPolygons()
Copyright 2010 - 2019 by Brian Uri!
Generated on 09/15/2016 12:36 PM
https://ddmsence.urizone.net/