net.opengis.citygml.relief.v_1_0
Class BreaklineReliefType
java.lang.Object
net.opengis.gml.v_3_1_1.AbstractGMLType
net.opengis.gml.v_3_1_1.AbstractFeatureType
net.opengis.citygml.v_1_0.AbstractCityObjectType
net.opengis.citygml.relief.v_1_0.AbstractReliefComponentType
net.opengis.citygml.relief.v_1_0.BreaklineReliefType
- All Implemented Interfaces:
- Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.lang.ToString
public class BreaklineReliefType
- extends AbstractReliefComponentType
- implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.lang.ToString
Type describing the break line Component of a relief feature. A break line relief consists of break
lines or ridgeOrValleyLines. As subclass of _CityObject, a BreaklineRelief inherits all attributes and relations,
in particular an id, names, external references, and generalization relations.
Java class for BreaklineReliefType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BreaklineReliefType">
<complexContent>
<extension base="{http://www.opengis.net/citygml/relief/1.0}AbstractReliefComponentType">
<sequence>
<element name="ridgeOrValleyLines" type="{http://www.opengis.net/gml}MultiCurvePropertyType" minOccurs="0"/>
<element name="breaklines" type="{http://www.opengis.net/gml}MultiCurvePropertyType" minOccurs="0"/>
<element ref="{http://www.opengis.net/citygml/relief/1.0}_GenericApplicationPropertyOfBreaklineRelief" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
|
Method Summary |
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
Object |
clone()
|
Object |
copyTo(Object target)
|
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
|
Object |
createNewInstance()
|
boolean |
equals(Object object)
|
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
|
MultiCurvePropertyType |
getBreaklines()
Gets the value of the breaklines property. |
List<Object> |
getGenericApplicationPropertyOfBreaklineRelief()
Gets the value of the genericApplicationPropertyOfBreaklineRelief property. |
MultiCurvePropertyType |
getRidgeOrValleyLines()
Gets the value of the ridgeOrValleyLines property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
boolean |
isSetBreaklines()
|
boolean |
isSetGenericApplicationPropertyOfBreaklineRelief()
|
boolean |
isSetRidgeOrValleyLines()
|
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.MergeStrategy strategy)
|
void |
mergeFrom(Object left,
Object right)
|
void |
setBreaklines(MultiCurvePropertyType value)
Sets the value of the breaklines property. |
void |
setGenericApplicationPropertyOfBreaklineRelief(List<Object> value)
|
void |
setRidgeOrValleyLines(MultiCurvePropertyType value)
Sets the value of the ridgeOrValleyLines property. |
String |
toString()
|
void |
unsetGenericApplicationPropertyOfBreaklineRelief()
|
BreaklineReliefType |
withBreaklines(MultiCurvePropertyType value)
|
BreaklineReliefType |
withCreationDate(XMLGregorianCalendar value)
|
BreaklineReliefType |
withExtent(PolygonPropertyType value)
|
BreaklineReliefType |
withExternalReference(Collection<ExternalReferenceType> values)
|
BreaklineReliefType |
withExternalReference(ExternalReferenceType... values)
|
BreaklineReliefType |
withExternalReference(List<ExternalReferenceType> value)
|
BreaklineReliefType |
withGeneralizesTo(Collection<GeneralizationRelationType> values)
|
BreaklineReliefType |
withGeneralizesTo(GeneralizationRelationType... values)
|
BreaklineReliefType |
withGeneralizesTo(List<GeneralizationRelationType> value)
|
BreaklineReliefType |
withGenericApplicationPropertyOfBreaklineRelief(Collection<Object> values)
|
BreaklineReliefType |
withGenericApplicationPropertyOfBreaklineRelief(List<Object> value)
|
BreaklineReliefType |
withGenericApplicationPropertyOfBreaklineRelief(Object... values)
|
BreaklineReliefType |
withGenericApplicationPropertyOfCityObject(Collection<JAXBElement<?>> values)
|
BreaklineReliefType |
withGenericApplicationPropertyOfCityObject(JAXBElement<?>... values)
|
BreaklineReliefType |
withGenericApplicationPropertyOfCityObject(List<JAXBElement<?>> value)
|
BreaklineReliefType |
withGenericApplicationPropertyOfReliefComponent(Collection<Object> values)
|
BreaklineReliefType |
withGenericApplicationPropertyOfReliefComponent(List<Object> value)
|
BreaklineReliefType |
withGenericApplicationPropertyOfReliefComponent(Object... values)
|
BreaklineReliefType |
withLod(int value)
|
BreaklineReliefType |
withRidgeOrValleyLines(MultiCurvePropertyType value)
|
BreaklineReliefType |
withTerminationDate(XMLGregorianCalendar value)
|
| Methods inherited from class net.opengis.citygml.v_1_0.AbstractCityObjectType |
getCreationDate, getExternalReference, getGeneralizesTo, getGenericApplicationPropertyOfCityObject, getTerminationDate, isSetCreationDate, isSetExternalReference, isSetGeneralizesTo, isSetGenericApplicationPropertyOfCityObject, isSetTerminationDate, setCreationDate, setExternalReference, setGeneralizesTo, setGenericApplicationPropertyOfCityObject, setTerminationDate, unsetExternalReference, unsetGeneralizesTo, unsetGenericApplicationPropertyOfCityObject |
| Methods inherited from class net.opengis.gml.v_3_1_1.AbstractFeatureType |
getBoundedBy, getLocation, isSetBoundedBy, isSetLocation, setBoundedBy, setLocation, withBoundedBy, withDescription, withId, withLocation, withMetaDataProperty, withMetaDataProperty, withMetaDataProperty, withName, withName, withName |
| Methods inherited from class net.opengis.gml.v_3_1_1.AbstractGMLType |
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, setMetaDataProperty, setName, unsetMetaDataProperty, unsetName |
ridgeOrValleyLines
protected MultiCurvePropertyType ridgeOrValleyLines
breaklines
protected MultiCurvePropertyType breaklines
genericApplicationPropertyOfBreaklineRelief
protected List<Object> genericApplicationPropertyOfBreaklineRelief
BreaklineReliefType
public BreaklineReliefType()
getRidgeOrValleyLines
public MultiCurvePropertyType getRidgeOrValleyLines()
- Gets the value of the ridgeOrValleyLines property.
- Returns:
- possible object is
MultiCurvePropertyType
setRidgeOrValleyLines
public void setRidgeOrValleyLines(MultiCurvePropertyType value)
- Sets the value of the ridgeOrValleyLines property.
- Parameters:
value - allowed object is
MultiCurvePropertyType
isSetRidgeOrValleyLines
public boolean isSetRidgeOrValleyLines()
getBreaklines
public MultiCurvePropertyType getBreaklines()
- Gets the value of the breaklines property.
- Returns:
- possible object is
MultiCurvePropertyType
setBreaklines
public void setBreaklines(MultiCurvePropertyType value)
- Sets the value of the breaklines property.
- Parameters:
value - allowed object is
MultiCurvePropertyType
isSetBreaklines
public boolean isSetBreaklines()
getGenericApplicationPropertyOfBreaklineRelief
public List<Object> getGenericApplicationPropertyOfBreaklineRelief()
- Gets the value of the genericApplicationPropertyOfBreaklineRelief property.
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 genericApplicationPropertyOfBreaklineRelief property.
For example, to add a new item, do as follows:
getGenericApplicationPropertyOfBreaklineRelief().add(newItem);
Objects of the following type(s) are allowed in the list
Object
isSetGenericApplicationPropertyOfBreaklineRelief
public boolean isSetGenericApplicationPropertyOfBreaklineRelief()
unsetGenericApplicationPropertyOfBreaklineRelief
public void unsetGenericApplicationPropertyOfBreaklineRelief()
toString
public String toString()
- Overrides:
toString in class AbstractReliefComponentType
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
- Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString- Overrides:
append in class AbstractReliefComponentType
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
- Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString- Overrides:
appendFields in class AbstractReliefComponentType
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
- Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals- Overrides:
equals in class AbstractReliefComponentType
equals
public boolean equals(Object object)
- Overrides:
equals in class AbstractReliefComponentType
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
- Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode- Overrides:
hashCode in class AbstractReliefComponentType
hashCode
public int hashCode()
- Overrides:
hashCode in class AbstractReliefComponentType
clone
public Object clone()
- Overrides:
clone in class AbstractReliefComponentType
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo- Overrides:
copyTo in class AbstractReliefComponentType
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
- Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo- Overrides:
copyTo in class AbstractReliefComponentType
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo- Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom
mergeFrom
public void mergeFrom(Object left,
Object right)
- Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom- Overrides:
mergeFrom in class AbstractReliefComponentType
mergeFrom
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.MergeStrategy strategy)
- Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom- Overrides:
mergeFrom in class AbstractReliefComponentType
setGenericApplicationPropertyOfBreaklineRelief
public void setGenericApplicationPropertyOfBreaklineRelief(List<Object> value)
withRidgeOrValleyLines
public BreaklineReliefType withRidgeOrValleyLines(MultiCurvePropertyType value)
withBreaklines
public BreaklineReliefType withBreaklines(MultiCurvePropertyType value)
withGenericApplicationPropertyOfBreaklineRelief
public BreaklineReliefType withGenericApplicationPropertyOfBreaklineRelief(Object... values)
withGenericApplicationPropertyOfBreaklineRelief
public BreaklineReliefType withGenericApplicationPropertyOfBreaklineRelief(Collection<Object> values)
withGenericApplicationPropertyOfBreaklineRelief
public BreaklineReliefType withGenericApplicationPropertyOfBreaklineRelief(List<Object> value)
withLod
public BreaklineReliefType withLod(int value)
- Overrides:
withLod in class AbstractReliefComponentType
withExtent
public BreaklineReliefType withExtent(PolygonPropertyType value)
- Overrides:
withExtent in class AbstractReliefComponentType
withGenericApplicationPropertyOfReliefComponent
public BreaklineReliefType withGenericApplicationPropertyOfReliefComponent(Object... values)
- Overrides:
withGenericApplicationPropertyOfReliefComponent in class AbstractReliefComponentType
withGenericApplicationPropertyOfReliefComponent
public BreaklineReliefType withGenericApplicationPropertyOfReliefComponent(Collection<Object> values)
- Overrides:
withGenericApplicationPropertyOfReliefComponent in class AbstractReliefComponentType
withGenericApplicationPropertyOfReliefComponent
public BreaklineReliefType withGenericApplicationPropertyOfReliefComponent(List<Object> value)
- Overrides:
withGenericApplicationPropertyOfReliefComponent in class AbstractReliefComponentType
withCreationDate
public BreaklineReliefType withCreationDate(XMLGregorianCalendar value)
- Overrides:
withCreationDate in class AbstractReliefComponentType
withTerminationDate
public BreaklineReliefType withTerminationDate(XMLGregorianCalendar value)
- Overrides:
withTerminationDate in class AbstractReliefComponentType
withExternalReference
public BreaklineReliefType withExternalReference(ExternalReferenceType... values)
- Overrides:
withExternalReference in class AbstractReliefComponentType
withExternalReference
public BreaklineReliefType withExternalReference(Collection<ExternalReferenceType> values)
- Overrides:
withExternalReference in class AbstractReliefComponentType
withGeneralizesTo
public BreaklineReliefType withGeneralizesTo(GeneralizationRelationType... values)
- Overrides:
withGeneralizesTo in class AbstractReliefComponentType
withGeneralizesTo
public BreaklineReliefType withGeneralizesTo(Collection<GeneralizationRelationType> values)
- Overrides:
withGeneralizesTo in class AbstractReliefComponentType
withGenericApplicationPropertyOfCityObject
public BreaklineReliefType withGenericApplicationPropertyOfCityObject(JAXBElement<?>... values)
- Overrides:
withGenericApplicationPropertyOfCityObject in class AbstractReliefComponentType
withGenericApplicationPropertyOfCityObject
public BreaklineReliefType withGenericApplicationPropertyOfCityObject(Collection<JAXBElement<?>> values)
- Overrides:
withGenericApplicationPropertyOfCityObject in class AbstractReliefComponentType
withExternalReference
public BreaklineReliefType withExternalReference(List<ExternalReferenceType> value)
- Overrides:
withExternalReference in class AbstractReliefComponentType
withGeneralizesTo
public BreaklineReliefType withGeneralizesTo(List<GeneralizationRelationType> value)
- Overrides:
withGeneralizesTo in class AbstractReliefComponentType
withGenericApplicationPropertyOfCityObject
public BreaklineReliefType withGenericApplicationPropertyOfCityObject(List<JAXBElement<?>> value)
- Overrides:
withGenericApplicationPropertyOfCityObject in class AbstractReliefComponentType
Copyright © 2008-2015. All Rights Reserved.