|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.opengis.kml.v_2_3.AbstractObjectType
net.opengis.kml.v_2_3.AbstractGeometryType
net.opengis.kml.v_2_3.PolygonType
public class PolygonType
Java class for PolygonType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PolygonType">
<complexContent>
<extension base="{http://www.opengis.net/kml/2.2}AbstractGeometryType">
<all>
<element ref="{http://www.opengis.net/kml/2.2}extrude" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}tessellate" minOccurs="0"/>
<group ref="{http://www.opengis.net/kml/2.2}AltitudeModeGroup"/>
<element ref="{http://www.opengis.net/kml/2.2}outerBoundaryIs" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}innerBoundaryIs" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}PolygonSimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}PolygonObjectExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
</all>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected AltitudeModeEnumType |
altitudeMode
|
protected List<AbstractObjectType> |
altitudeModeObjectExtensionGroup
|
protected List<Object> |
altitudeModeSimpleExtensionGroup
|
protected Boolean |
extrude
|
protected List<BoundaryType> |
innerBoundaryIs
|
protected BoundaryType |
outerBoundaryIs
|
protected List<AbstractObjectType> |
polygonObjectExtensionGroup
|
protected List<Object> |
polygonSimpleExtensionGroup
|
protected SeaFloorAltitudeModeEnumType |
seaFloorAltitudeMode
|
protected Boolean |
tessellate
|
| Fields inherited from class net.opengis.kml.v_2_3.AbstractGeometryType |
|---|
abstractGeometryObjectExtensionGroup, abstractGeometrySimpleExtensionGroup |
| Fields inherited from class net.opengis.kml.v_2_3.AbstractObjectType |
|---|
id, objectSimpleExtensionGroup, targetId |
| Constructor Summary | |
|---|---|
PolygonType()
|
|
| Methods inherited from class net.opengis.kml.v_2_3.AbstractObjectType |
|---|
getId, getObjectSimpleExtensionGroup, getOtherAttributes, getTargetId, isSetId, isSetObjectSimpleExtensionGroup, isSetTargetId, setId, setObjectSimpleExtensionGroup, setTargetId, unsetObjectSimpleExtensionGroup |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected Boolean extrude
protected Boolean tessellate
protected AltitudeModeEnumType altitudeMode
protected SeaFloorAltitudeModeEnumType seaFloorAltitudeMode
protected List<Object> altitudeModeSimpleExtensionGroup
protected List<AbstractObjectType> altitudeModeObjectExtensionGroup
protected BoundaryType outerBoundaryIs
protected List<BoundaryType> innerBoundaryIs
protected List<Object> polygonSimpleExtensionGroup
protected List<AbstractObjectType> polygonObjectExtensionGroup
| Constructor Detail |
|---|
public PolygonType()
| Method Detail |
|---|
public Boolean isExtrude()
Booleanpublic void setExtrude(Boolean value)
value - allowed object is
Booleanpublic boolean isSetExtrude()
public Boolean isTessellate()
Booleanpublic void setTessellate(Boolean value)
value - allowed object is
Booleanpublic boolean isSetTessellate()
public AltitudeModeEnumType getAltitudeMode()
AltitudeModeEnumTypepublic void setAltitudeMode(AltitudeModeEnumType value)
value - allowed object is
AltitudeModeEnumTypepublic boolean isSetAltitudeMode()
public SeaFloorAltitudeModeEnumType getSeaFloorAltitudeMode()
SeaFloorAltitudeModeEnumTypepublic void setSeaFloorAltitudeMode(SeaFloorAltitudeModeEnumType value)
value - allowed object is
SeaFloorAltitudeModeEnumTypepublic boolean isSetSeaFloorAltitudeMode()
public List<Object> getAltitudeModeSimpleExtensionGroup()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the altitudeModeSimpleExtensionGroup property.
For example, to add a new item, do as follows:
getAltitudeModeSimpleExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public boolean isSetAltitudeModeSimpleExtensionGroup()
public void unsetAltitudeModeSimpleExtensionGroup()
public List<AbstractObjectType> getAltitudeModeObjectExtensionGroup()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the altitudeModeObjectExtensionGroup property.
For example, to add a new item, do as follows:
getAltitudeModeObjectExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
AbstractObjectType
public boolean isSetAltitudeModeObjectExtensionGroup()
public void unsetAltitudeModeObjectExtensionGroup()
public BoundaryType getOuterBoundaryIs()
BoundaryTypepublic void setOuterBoundaryIs(BoundaryType value)
value - allowed object is
BoundaryTypepublic boolean isSetOuterBoundaryIs()
public List<BoundaryType> getInnerBoundaryIs()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the innerBoundaryIs property.
For example, to add a new item, do as follows:
getInnerBoundaryIs().add(newItem);
Objects of the following type(s) are allowed in the list
BoundaryType
public boolean isSetInnerBoundaryIs()
public void unsetInnerBoundaryIs()
public List<Object> getPolygonSimpleExtensionGroup()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the polygonSimpleExtensionGroup property.
For example, to add a new item, do as follows:
getPolygonSimpleExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public boolean isSetPolygonSimpleExtensionGroup()
public void unsetPolygonSimpleExtensionGroup()
public List<AbstractObjectType> getPolygonObjectExtensionGroup()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the polygonObjectExtensionGroup property.
For example, to add a new item, do as follows:
getPolygonObjectExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
AbstractObjectType
public boolean isSetPolygonObjectExtensionGroup()
public void unsetPolygonObjectExtensionGroup()
public String toString()
toString in class AbstractGeometryType
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2append in class AbstractGeometryType
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2appendFields in class AbstractGeometryType
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals in class AbstractGeometryTypepublic boolean equals(Object object)
equals in class AbstractGeometryType
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode in class AbstractGeometryTypepublic int hashCode()
hashCode in class AbstractGeometryTypepublic Object clone()
clone in class AbstractGeometryTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractGeometryType
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractGeometryTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class AbstractGeometryType
public void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class AbstractGeometryTypepublic void setAltitudeModeSimpleExtensionGroup(List<Object> value)
public void setAltitudeModeObjectExtensionGroup(List<AbstractObjectType> value)
public void setInnerBoundaryIs(List<BoundaryType> value)
public void setPolygonSimpleExtensionGroup(List<Object> value)
public void setPolygonObjectExtensionGroup(List<AbstractObjectType> value)
public PolygonType withExtrude(Boolean value)
public PolygonType withTessellate(Boolean value)
public PolygonType withAltitudeMode(AltitudeModeEnumType value)
public PolygonType withSeaFloorAltitudeMode(SeaFloorAltitudeModeEnumType value)
public PolygonType withAltitudeModeSimpleExtensionGroup(Object... values)
public PolygonType withAltitudeModeSimpleExtensionGroup(Collection<Object> values)
public PolygonType withAltitudeModeObjectExtensionGroup(AbstractObjectType... values)
public PolygonType withAltitudeModeObjectExtensionGroup(Collection<AbstractObjectType> values)
public PolygonType withOuterBoundaryIs(BoundaryType value)
public PolygonType withInnerBoundaryIs(BoundaryType... values)
public PolygonType withInnerBoundaryIs(Collection<BoundaryType> values)
public PolygonType withPolygonSimpleExtensionGroup(Object... values)
public PolygonType withPolygonSimpleExtensionGroup(Collection<Object> values)
public PolygonType withPolygonObjectExtensionGroup(AbstractObjectType... values)
public PolygonType withPolygonObjectExtensionGroup(Collection<AbstractObjectType> values)
public PolygonType withAltitudeModeSimpleExtensionGroup(List<Object> value)
public PolygonType withAltitudeModeObjectExtensionGroup(List<AbstractObjectType> value)
public PolygonType withInnerBoundaryIs(List<BoundaryType> value)
public PolygonType withPolygonSimpleExtensionGroup(List<Object> value)
public PolygonType withPolygonObjectExtensionGroup(List<AbstractObjectType> value)
public PolygonType withAbstractGeometrySimpleExtensionGroup(Object... values)
withAbstractGeometrySimpleExtensionGroup in class AbstractGeometryTypepublic PolygonType withAbstractGeometrySimpleExtensionGroup(Collection<Object> values)
withAbstractGeometrySimpleExtensionGroup in class AbstractGeometryTypepublic PolygonType withAbstractGeometryObjectExtensionGroup(AbstractObjectType... values)
withAbstractGeometryObjectExtensionGroup in class AbstractGeometryTypepublic PolygonType withAbstractGeometryObjectExtensionGroup(Collection<AbstractObjectType> values)
withAbstractGeometryObjectExtensionGroup in class AbstractGeometryTypepublic PolygonType withAbstractGeometrySimpleExtensionGroup(List<Object> value)
withAbstractGeometrySimpleExtensionGroup in class AbstractGeometryTypepublic PolygonType withAbstractGeometryObjectExtensionGroup(List<AbstractObjectType> value)
withAbstractGeometryObjectExtensionGroup in class AbstractGeometryTypepublic PolygonType withObjectSimpleExtensionGroup(Object... values)
withObjectSimpleExtensionGroup in class AbstractGeometryTypepublic PolygonType withObjectSimpleExtensionGroup(Collection<Object> values)
withObjectSimpleExtensionGroup in class AbstractGeometryTypepublic PolygonType withId(String value)
withId in class AbstractGeometryTypepublic PolygonType withTargetId(String value)
withTargetId in class AbstractGeometryTypepublic PolygonType withObjectSimpleExtensionGroup(List<Object> value)
withObjectSimpleExtensionGroup in class AbstractGeometryType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||