Uses of Class
net.opengis.citygml.v_2_0.ExternalObjectReferenceType
-
Packages that use ExternalObjectReferenceType Package Description net.opengis.citygml.v_2_0 -
-
Uses of ExternalObjectReferenceType in net.opengis.citygml.v_2_0
Fields in net.opengis.citygml.v_2_0 declared as ExternalObjectReferenceType Modifier and Type Field Description protected ExternalObjectReferenceTypeExternalReferenceType. externalObjectMethods in net.opengis.citygml.v_2_0 that return ExternalObjectReferenceType Modifier and Type Method Description ExternalObjectReferenceTypeObjectFactory. createExternalObjectReferenceType()Create an instance ofExternalObjectReferenceTypeExternalObjectReferenceTypeExternalReferenceType. getExternalObject()Gets the value of the externalObject property.ExternalObjectReferenceTypeExternalObjectReferenceType. withName(String value)ExternalObjectReferenceTypeExternalObjectReferenceType. withUri(String value)Methods in net.opengis.citygml.v_2_0 with parameters of type ExternalObjectReferenceType Modifier and Type Method Description voidExternalReferenceType. setExternalObject(ExternalObjectReferenceType value)Sets the value of the externalObject property.ExternalReferenceTypeExternalReferenceType. withExternalObject(ExternalObjectReferenceType value)Constructors in net.opengis.citygml.v_2_0 with parameters of type ExternalObjectReferenceType Constructor Description ExternalReferenceType(String informationSystem, ExternalObjectReferenceType externalObject)Fully-initialising value constructor
-