|
|||||||||
| 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.LinearRingType
public class LinearRingType
Java class for LinearRingType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LinearRingType">
<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}coordinates" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}altitudeOffset" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}LinearRingSimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}LinearRingObjectExtensionGroup" 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 Double |
altitudeOffset
|
protected List<String> |
coordinates
|
protected Boolean |
extrude
|
protected List<AbstractObjectType> |
linearRingObjectExtensionGroup
|
protected List<Object> |
linearRingSimpleExtensionGroup
|
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 | |
|---|---|
LinearRingType()
|
|
| 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 List<String> coordinates
protected Double altitudeOffset
protected List<Object> linearRingSimpleExtensionGroup
protected List<AbstractObjectType> linearRingObjectExtensionGroup
| Constructor Detail |
|---|
public LinearRingType()
| 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 List<String> getCoordinates()
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 coordinates property.
For example, to add a new item, do as follows:
getCoordinates().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetCoordinates()
public void unsetCoordinates()
public Double getAltitudeOffset()
Doublepublic void setAltitudeOffset(Double value)
value - allowed object is
Doublepublic boolean isSetAltitudeOffset()
public List<Object> getLinearRingSimpleExtensionGroup()
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 linearRingSimpleExtensionGroup property.
For example, to add a new item, do as follows:
getLinearRingSimpleExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public boolean isSetLinearRingSimpleExtensionGroup()
public void unsetLinearRingSimpleExtensionGroup()
public List<AbstractObjectType> getLinearRingObjectExtensionGroup()
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 linearRingObjectExtensionGroup property.
For example, to add a new item, do as follows:
getLinearRingObjectExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
AbstractObjectType
public boolean isSetLinearRingObjectExtensionGroup()
public void unsetLinearRingObjectExtensionGroup()
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 setCoordinates(List<String> value)
public void setLinearRingSimpleExtensionGroup(List<Object> value)
public void setLinearRingObjectExtensionGroup(List<AbstractObjectType> value)
public LinearRingType withExtrude(Boolean value)
public LinearRingType withTessellate(Boolean value)
public LinearRingType withAltitudeMode(AltitudeModeEnumType value)
public LinearRingType withSeaFloorAltitudeMode(SeaFloorAltitudeModeEnumType value)
public LinearRingType withAltitudeModeSimpleExtensionGroup(Object... values)
public LinearRingType withAltitudeModeSimpleExtensionGroup(Collection<Object> values)
public LinearRingType withAltitudeModeObjectExtensionGroup(AbstractObjectType... values)
public LinearRingType withAltitudeModeObjectExtensionGroup(Collection<AbstractObjectType> values)
public LinearRingType withCoordinates(String... values)
public LinearRingType withCoordinates(Collection<String> values)
public LinearRingType withAltitudeOffset(Double value)
public LinearRingType withLinearRingSimpleExtensionGroup(Object... values)
public LinearRingType withLinearRingSimpleExtensionGroup(Collection<Object> values)
public LinearRingType withLinearRingObjectExtensionGroup(AbstractObjectType... values)
public LinearRingType withLinearRingObjectExtensionGroup(Collection<AbstractObjectType> values)
public LinearRingType withAltitudeModeSimpleExtensionGroup(List<Object> value)
public LinearRingType withAltitudeModeObjectExtensionGroup(List<AbstractObjectType> value)
public LinearRingType withCoordinates(List<String> value)
public LinearRingType withLinearRingSimpleExtensionGroup(List<Object> value)
public LinearRingType withLinearRingObjectExtensionGroup(List<AbstractObjectType> value)
public LinearRingType withAbstractGeometrySimpleExtensionGroup(Object... values)
withAbstractGeometrySimpleExtensionGroup in class AbstractGeometryTypepublic LinearRingType withAbstractGeometrySimpleExtensionGroup(Collection<Object> values)
withAbstractGeometrySimpleExtensionGroup in class AbstractGeometryTypepublic LinearRingType withAbstractGeometryObjectExtensionGroup(AbstractObjectType... values)
withAbstractGeometryObjectExtensionGroup in class AbstractGeometryTypepublic LinearRingType withAbstractGeometryObjectExtensionGroup(Collection<AbstractObjectType> values)
withAbstractGeometryObjectExtensionGroup in class AbstractGeometryTypepublic LinearRingType withAbstractGeometrySimpleExtensionGroup(List<Object> value)
withAbstractGeometrySimpleExtensionGroup in class AbstractGeometryTypepublic LinearRingType withAbstractGeometryObjectExtensionGroup(List<AbstractObjectType> value)
withAbstractGeometryObjectExtensionGroup in class AbstractGeometryTypepublic LinearRingType withObjectSimpleExtensionGroup(Object... values)
withObjectSimpleExtensionGroup in class AbstractGeometryTypepublic LinearRingType withObjectSimpleExtensionGroup(Collection<Object> values)
withObjectSimpleExtensionGroup in class AbstractGeometryTypepublic LinearRingType withId(String value)
withId in class AbstractGeometryTypepublic LinearRingType withTargetId(String value)
withTargetId in class AbstractGeometryTypepublic LinearRingType withObjectSimpleExtensionGroup(List<Object> value)
withObjectSimpleExtensionGroup in class AbstractGeometryType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||