Uses of Class
net.opengis.citygml.v_2_0.ImplicitGeometryType
-
Packages that use ImplicitGeometryType Package Description net.opengis.citygml.v_2_0 -
-
Uses of ImplicitGeometryType in net.opengis.citygml.v_2_0
Fields in net.opengis.citygml.v_2_0 declared as ImplicitGeometryType Modifier and Type Field Description protected ImplicitGeometryTypeImplicitRepresentationPropertyType. implicitGeometryMethods in net.opengis.citygml.v_2_0 that return ImplicitGeometryType Modifier and Type Method Description ImplicitGeometryTypeObjectFactory. createImplicitGeometryType()Create an instance ofImplicitGeometryTypeImplicitGeometryTypeImplicitRepresentationPropertyType. getImplicitGeometry()Gets the value of the implicitGeometry property.ImplicitGeometryTypeImplicitGeometryType. withLibraryObject(String value)ImplicitGeometryTypeImplicitGeometryType. withMimeType(CodeType value)ImplicitGeometryTypeImplicitGeometryType. withReferencePoint(PointPropertyType value)ImplicitGeometryTypeImplicitGeometryType. withRelativeGMLGeometry(GeometryPropertyType value)ImplicitGeometryTypeImplicitGeometryType. withTransformationMatrix(Double... values)ImplicitGeometryTypeImplicitGeometryType. withTransformationMatrix(Collection<Double> values)ImplicitGeometryTypeImplicitGeometryType. withTransformationMatrix(List<Double> value)Methods in net.opengis.citygml.v_2_0 that return types with arguments of type ImplicitGeometryType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<ImplicitGeometryType>ObjectFactory. createImplicitGeometry(ImplicitGeometryType value)Methods in net.opengis.citygml.v_2_0 with parameters of type ImplicitGeometryType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<ImplicitGeometryType>ObjectFactory. createImplicitGeometry(ImplicitGeometryType value)voidImplicitRepresentationPropertyType. setImplicitGeometry(ImplicitGeometryType value)Sets the value of the implicitGeometry property.ImplicitRepresentationPropertyTypeImplicitRepresentationPropertyType. withImplicitGeometry(ImplicitGeometryType value)Constructors in net.opengis.citygml.v_2_0 with parameters of type ImplicitGeometryType Constructor Description ImplicitRepresentationPropertyType(ImplicitGeometryType implicitGeometry, String remoteSchema, org.hisrc.w3c.xlink.v_1_0.TypeType type, String href, String role, String arcrole, String title, org.hisrc.w3c.xlink.v_1_0.ShowType show, org.hisrc.w3c.xlink.v_1_0.ActuateType actuate)Fully-initialising value constructor
-