| Modifier and Type | Field and Description |
|---|---|
protected List<AbstractObject> |
boundaryObjectExtension |
protected List<Object> |
boundarySimpleExtension |
protected LinearRing |
linearRing |
| Constructor and Description |
|---|
Boundary() |
| Modifier and Type | Method and Description |
|---|---|
Boundary |
addToBoundaryObjectExtension(AbstractObject boundaryObjectExtension)
add a value to the boundaryObjectExtension property collection
|
Boundary |
addToBoundarySimpleExtension(Object boundarySimpleExtension)
add a value to the boundarySimpleExtension property collection
|
Boundary |
clone() |
LinearRing |
createAndSetLinearRing()
Creates a new instance of
LinearRing and set it to linearRing. |
boolean |
equals(Object obj) |
List<AbstractObject> |
getBoundaryObjectExtension() |
List<Object> |
getBoundarySimpleExtension() |
LinearRing |
getLinearRing() |
int |
hashCode() |
void |
setBoundaryObjectExtension(List<AbstractObject> boundaryObjectExtension)
Sets the value of the boundaryObjectExtension property Objects of the following type(s) are allowed in the list List
|
void |
setBoundarySimpleExtension(List<Object> boundarySimpleExtension)
Sets the value of the boundarySimpleExtension property Objects of the following type(s) are allowed in the list List
|
void |
setLinearRing(LinearRing value) |
Boundary |
withBoundaryObjectExtension(List<AbstractObject> boundaryObjectExtension)
fluent setter
|
Boundary |
withBoundarySimpleExtension(List<Object> boundarySimpleExtension)
fluent setter
|
Boundary |
withLinearRing(LinearRing linearRing)
fluent setter
|
protected LinearRing linearRing
protected List<AbstractObject> boundaryObjectExtension
public LinearRing getLinearRing()
LinearRingpublic void setLinearRing(LinearRing value)
value - allowed object is
LinearRingpublic List<AbstractObject> getBoundaryObjectExtension()
public LinearRing createAndSetLinearRing()
LinearRing and set it to linearRing.
This method is a short version for:
LinearRing linearRing = new LinearRing();
this.setLinearRing(linearRing); public void setBoundarySimpleExtension(List<Object> boundarySimpleExtension)
boundarySimpleExtension - public Boundary addToBoundarySimpleExtension(Object boundarySimpleExtension)
boundarySimpleExtension - Objects of the following type are allowed in the list: Objectpublic void setBoundaryObjectExtension(List<AbstractObject> boundaryObjectExtension)
Note:
This method does not make use of the fluent pattern.If you would like to make it fluent, use withBoundaryObjectExtension(java.util.List<de.micromata.opengis.kml.v_2_2_0.AbstractObject>) instead.
boundaryObjectExtension - public Boundary addToBoundaryObjectExtension(AbstractObject boundaryObjectExtension)
boundaryObjectExtension - Objects of the following type are allowed in the list: AbstractObjectpublic Boundary withLinearRing(LinearRing linearRing)
linearRing - required parametersetLinearRing(LinearRing)public Boundary withBoundarySimpleExtension(List<Object> boundarySimpleExtension)
boundarySimpleExtension - required parameter#setBoundarySimpleExtension(Listpublic Boundary withBoundaryObjectExtension(List<AbstractObject> boundaryObjectExtension)
boundaryObjectExtension - required parameter#setBoundaryObjectExtension(List) Copyright © 2014 Micromata GmbH. All rights reserved.