Uses of Class
net.opengis.citygml.cityobjectgroup.v_2_0.CityObjectGroupParentType
-
Packages that use CityObjectGroupParentType Package Description net.opengis.citygml.cityobjectgroup.v_2_0 -
-
Uses of CityObjectGroupParentType in net.opengis.citygml.cityobjectgroup.v_2_0
Fields in net.opengis.citygml.cityobjectgroup.v_2_0 declared as CityObjectGroupParentType Modifier and Type Field Description protected CityObjectGroupParentTypeCityObjectGroupType. parentMethods in net.opengis.citygml.cityobjectgroup.v_2_0 that return CityObjectGroupParentType Modifier and Type Method Description CityObjectGroupParentTypeObjectFactory. createCityObjectGroupParentType()Create an instance ofCityObjectGroupParentTypeCityObjectGroupParentTypeCityObjectGroupType. getParent()Gets the value of the parent property.CityObjectGroupParentTypeCityObjectGroupParentType. withActuate(org.hisrc.w3c.xlink.v_1_0.ActuateType value)CityObjectGroupParentTypeCityObjectGroupParentType. withArcrole(String value)CityObjectGroupParentTypeCityObjectGroupParentType. withCityObject(jakarta.xml.bind.JAXBElement<? extends AbstractCityObjectType> value)CityObjectGroupParentTypeCityObjectGroupParentType. withHref(String value)CityObjectGroupParentTypeCityObjectGroupParentType. withRemoteSchema(String value)CityObjectGroupParentTypeCityObjectGroupParentType. withRole(String value)CityObjectGroupParentTypeCityObjectGroupParentType. withShow(org.hisrc.w3c.xlink.v_1_0.ShowType value)CityObjectGroupParentTypeCityObjectGroupParentType. withTitle(String value)CityObjectGroupParentTypeCityObjectGroupParentType. withTYPE(org.hisrc.w3c.xlink.v_1_0.TypeType value)Methods in net.opengis.citygml.cityobjectgroup.v_2_0 with parameters of type CityObjectGroupParentType Modifier and Type Method Description voidCityObjectGroupType. setParent(CityObjectGroupParentType value)Sets the value of the parent property.CityObjectGroupTypeCityObjectGroupType. withParent(CityObjectGroupParentType value)Constructors in net.opengis.citygml.cityobjectgroup.v_2_0 with parameters of type CityObjectGroupParentType Constructor Description CityObjectGroupType(XMLGregorianCalendar creationDate, XMLGregorianCalendar terminationDate, List<ExternalReferenceType> externalReference, List<GeneralizationRelationType> generalizesTo, RelativeToTerrainType relativeToTerrain, RelativeToWaterType relativeToWater, List<jakarta.xml.bind.JAXBElement<?>> genericApplicationPropertyOfCityObject, CodeType clazz, List<CodeType> function, List<CodeType> usage, List<CityObjectGroupMemberType> groupMember, CityObjectGroupParentType parent, GeometryPropertyType geometry, List<Object> genericApplicationPropertyOfCityObjectGroup)Fully-initialising value constructor
-