Package net.opengis.citygml.relief.v_2_0
Class TINReliefType
- java.lang.Object
-
- net.opengis.gml.v_3_1_1.AbstractGMLType
-
- net.opengis.gml.v_3_1_1.AbstractFeatureType
-
- net.opengis.citygml.v_2_0.AbstractCityObjectType
-
- net.opengis.citygml.relief.v_2_0.AbstractReliefComponentType
-
- net.opengis.citygml.relief.v_2_0.TINReliefType
-
- All Implemented Interfaces:
Cloneable,org.jvnet.jaxb.lang.CopyTo,org.jvnet.jaxb.lang.Equals,org.jvnet.jaxb.lang.HashCode,org.jvnet.jaxb.lang.MergeFrom,org.jvnet.jaxb.lang.ToString
public class TINReliefType extends AbstractReliefComponentType implements Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.lang.ToString
Type describing the TIN component of a relief feature. As subclass of _CityObject, a TINRelief inherits all attributes and relations, in particular an id, names, external references, and generalization relations.Java class for TINReliefType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TINReliefType"> <complexContent> <extension base="{http://www.opengis.net/citygml/relief/2.0}AbstractReliefComponentType"> <sequence> <element name="tin" type="{http://www.opengis.net/citygml/relief/2.0}tinPropertyType"/> <element ref="{http://www.opengis.net/citygml/relief/2.0}_GenericApplicationPropertyOfTinRelief" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<Object>genericApplicationPropertyOfTinReliefprotected TinPropertyTypetin-
Fields inherited from class net.opengis.citygml.relief.v_2_0.AbstractReliefComponentType
extent, genericApplicationPropertyOfReliefComponent, lod
-
Fields inherited from class net.opengis.citygml.v_2_0.AbstractCityObjectType
creationDate, externalReference, generalizesTo, genericApplicationPropertyOfCityObject, relativeToTerrain, relativeToWater, terminationDate
-
Fields inherited from class net.opengis.gml.v_3_1_1.AbstractFeatureType
boundedBy, location
-
Fields inherited from class net.opengis.gml.v_3_1_1.AbstractGMLType
description, id, metaDataProperty, name
-
-
Constructor Summary
Constructors Constructor Description TINReliefType()Default no-arg constructorTINReliefType(XMLGregorianCalendar creationDate, XMLGregorianCalendar terminationDate, List<ExternalReferenceType> externalReference, List<GeneralizationRelationType> generalizesTo, RelativeToTerrainType relativeToTerrain, RelativeToWaterType relativeToWater, List<jakarta.xml.bind.JAXBElement<?>> genericApplicationPropertyOfCityObject, int lod, PolygonPropertyType extent, List<Object> genericApplicationPropertyOfReliefComponent, TinPropertyType tin, List<Object> genericApplicationPropertyOfTinRelief)Fully-initialising value constructor
-
Method Summary
-
Methods inherited from class net.opengis.citygml.relief.v_2_0.AbstractReliefComponentType
getExtent, getGenericApplicationPropertyOfReliefComponent, getLod, isSetExtent, isSetGenericApplicationPropertyOfReliefComponent, isSetLod, setExtent, setGenericApplicationPropertyOfReliefComponent, setLod, unsetGenericApplicationPropertyOfReliefComponent
-
Methods inherited from class net.opengis.citygml.v_2_0.AbstractCityObjectType
getCreationDate, getExternalReference, getGeneralizesTo, getGenericApplicationPropertyOfCityObject, getRelativeToTerrain, getRelativeToWater, getTerminationDate, isSetCreationDate, isSetExternalReference, isSetGeneralizesTo, isSetGenericApplicationPropertyOfCityObject, isSetRelativeToTerrain, isSetRelativeToWater, isSetTerminationDate, setCreationDate, setExternalReference, setGeneralizesTo, setGenericApplicationPropertyOfCityObject, setRelativeToTerrain, setRelativeToWater, 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
-
-
-
-
Field Detail
-
tin
protected TinPropertyType tin
-
-
Constructor Detail
-
TINReliefType
public TINReliefType()
Default no-arg constructor
-
TINReliefType
public TINReliefType(XMLGregorianCalendar creationDate, XMLGregorianCalendar terminationDate, List<ExternalReferenceType> externalReference, List<GeneralizationRelationType> generalizesTo, RelativeToTerrainType relativeToTerrain, RelativeToWaterType relativeToWater, List<jakarta.xml.bind.JAXBElement<?>> genericApplicationPropertyOfCityObject, int lod, PolygonPropertyType extent, List<Object> genericApplicationPropertyOfReliefComponent, TinPropertyType tin, List<Object> genericApplicationPropertyOfTinRelief)
Fully-initialising value constructor
-
-
Method Detail
-
getTin
public TinPropertyType getTin()
Gets the value of the tin property.- Returns:
- possible object is
TinPropertyType
-
setTin
public void setTin(TinPropertyType value)
Sets the value of the tin property.- Parameters:
value- allowed object isTinPropertyType
-
isSetTin
public boolean isSetTin()
-
getGenericApplicationPropertyOfTinRelief
public List<Object> getGenericApplicationPropertyOfTinRelief()
Gets the value of the genericApplicationPropertyOfTinRelief 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 Jakarta XML Binding object. This is why there is not a
setmethod for the genericApplicationPropertyOfTinRelief property.For example, to add a new item, do as follows:
getGenericApplicationPropertyOfTinRelief().add(newItem);Objects of the following type(s) are allowed in the list
Object
-
isSetGenericApplicationPropertyOfTinRelief
public boolean isSetGenericApplicationPropertyOfTinRelief()
-
unsetGenericApplicationPropertyOfTinRelief
public void unsetGenericApplicationPropertyOfTinRelief()
-
toString
public String toString()
- Overrides:
toStringin classAbstractReliefComponentType
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
- Specified by:
appendin interfaceorg.jvnet.jaxb.lang.ToString- Overrides:
appendin classAbstractReliefComponentType
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
- Specified by:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString- Overrides:
appendFieldsin classAbstractReliefComponentType
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb.lang.Equals- Overrides:
equalsin classAbstractReliefComponentType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classAbstractReliefComponentType
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb.lang.HashCode- Overrides:
hashCodein classAbstractReliefComponentType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractReliefComponentType
-
clone
public Object clone()
- Overrides:
clonein classAbstractReliefComponentType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classAbstractReliefComponentType
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classAbstractReliefComponentType
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.MergeFrom
-
mergeFrom
public void mergeFrom(Object left, Object right)
- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classAbstractReliefComponentType
-
mergeFrom
public void mergeFrom(org.jvnet.jaxb.locator.ObjectLocator leftLocator, org.jvnet.jaxb.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb.lang.MergeStrategy strategy)- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classAbstractReliefComponentType
-
setGenericApplicationPropertyOfTinRelief
public void setGenericApplicationPropertyOfTinRelief(List<Object> value)
-
withTin
public TINReliefType withTin(TinPropertyType value)
-
withGenericApplicationPropertyOfTinRelief
public TINReliefType withGenericApplicationPropertyOfTinRelief(Object... values)
-
withGenericApplicationPropertyOfTinRelief
public TINReliefType withGenericApplicationPropertyOfTinRelief(Collection<Object> values)
-
withGenericApplicationPropertyOfTinRelief
public TINReliefType withGenericApplicationPropertyOfTinRelief(List<Object> value)
-
withLod
public TINReliefType withLod(int value)
- Overrides:
withLodin classAbstractReliefComponentType
-
withExtent
public TINReliefType withExtent(PolygonPropertyType value)
- Overrides:
withExtentin classAbstractReliefComponentType
-
withGenericApplicationPropertyOfReliefComponent
public TINReliefType withGenericApplicationPropertyOfReliefComponent(Object... values)
- Overrides:
withGenericApplicationPropertyOfReliefComponentin classAbstractReliefComponentType
-
withGenericApplicationPropertyOfReliefComponent
public TINReliefType withGenericApplicationPropertyOfReliefComponent(Collection<Object> values)
- Overrides:
withGenericApplicationPropertyOfReliefComponentin classAbstractReliefComponentType
-
withGenericApplicationPropertyOfReliefComponent
public TINReliefType withGenericApplicationPropertyOfReliefComponent(List<Object> value)
- Overrides:
withGenericApplicationPropertyOfReliefComponentin classAbstractReliefComponentType
-
withCreationDate
public TINReliefType withCreationDate(XMLGregorianCalendar value)
- Overrides:
withCreationDatein classAbstractReliefComponentType
-
withTerminationDate
public TINReliefType withTerminationDate(XMLGregorianCalendar value)
- Overrides:
withTerminationDatein classAbstractReliefComponentType
-
withExternalReference
public TINReliefType withExternalReference(ExternalReferenceType... values)
- Overrides:
withExternalReferencein classAbstractReliefComponentType
-
withExternalReference
public TINReliefType withExternalReference(Collection<ExternalReferenceType> values)
- Overrides:
withExternalReferencein classAbstractReliefComponentType
-
withGeneralizesTo
public TINReliefType withGeneralizesTo(GeneralizationRelationType... values)
- Overrides:
withGeneralizesToin classAbstractReliefComponentType
-
withGeneralizesTo
public TINReliefType withGeneralizesTo(Collection<GeneralizationRelationType> values)
- Overrides:
withGeneralizesToin classAbstractReliefComponentType
-
withRelativeToTerrain
public TINReliefType withRelativeToTerrain(RelativeToTerrainType value)
- Overrides:
withRelativeToTerrainin classAbstractReliefComponentType
-
withRelativeToWater
public TINReliefType withRelativeToWater(RelativeToWaterType value)
- Overrides:
withRelativeToWaterin classAbstractReliefComponentType
-
withGenericApplicationPropertyOfCityObject
public TINReliefType withGenericApplicationPropertyOfCityObject(jakarta.xml.bind.JAXBElement<?>... values)
- Overrides:
withGenericApplicationPropertyOfCityObjectin classAbstractReliefComponentType
-
withGenericApplicationPropertyOfCityObject
public TINReliefType withGenericApplicationPropertyOfCityObject(Collection<jakarta.xml.bind.JAXBElement<?>> values)
- Overrides:
withGenericApplicationPropertyOfCityObjectin classAbstractReliefComponentType
-
withExternalReference
public TINReliefType withExternalReference(List<ExternalReferenceType> value)
- Overrides:
withExternalReferencein classAbstractReliefComponentType
-
withGeneralizesTo
public TINReliefType withGeneralizesTo(List<GeneralizationRelationType> value)
- Overrides:
withGeneralizesToin classAbstractReliefComponentType
-
withGenericApplicationPropertyOfCityObject
public TINReliefType withGenericApplicationPropertyOfCityObject(List<jakarta.xml.bind.JAXBElement<?>> value)
- Overrides:
withGenericApplicationPropertyOfCityObjectin classAbstractReliefComponentType
-
-