Package org.citygml4j.model.citygml.core
Class ImplicitGeometry
- java.lang.Object
-
- org.citygml4j.model.gml.base.AbstractGML
-
- org.citygml4j.model.citygml.core.ImplicitGeometry
-
- All Implemented Interfaces:
java.io.Serializable
,CityGML
,CityGMLModuleComponent
,CoreModuleComponent
,Associable
,ModelObject
,Child
,Copyable
,StandardObjectProperties
,GML
public class ImplicitGeometry extends AbstractGML implements CoreModuleComponent
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ImplicitGeometry()
-
Method Summary
-
Methods inherited from class org.citygml4j.model.gml.base.AbstractGML
addMetaDataProperty, addName, getDescription, getGMLClass, getId, getLocalProperty, getMetaDataProperty, getName, getParent, hasLocalProperty, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, isSetParent, setDescription, setId, setLocalProperty, setMetaDataProperty, setName, setParent, unsetDescription, unsetId, unsetLocalProperty, unsetMetaDataProperty, unsetMetaDataProperty, unsetName, unsetName, unsetParent
-
-
-
-
Method Detail
-
getLibraryObject
public java.lang.String getLibraryObject()
-
getMimeType
public Code getMimeType()
-
getReferencePoint
public PointProperty getReferencePoint()
-
getRelativeGMLGeometry
public GeometryProperty<? extends AbstractGeometry> getRelativeGMLGeometry()
-
getTransformationMatrix
public TransformationMatrix4x4 getTransformationMatrix()
-
isSetLibraryObject
public boolean isSetLibraryObject()
-
isSetMimeType
public boolean isSetMimeType()
-
isSetReferencePoint
public boolean isSetReferencePoint()
-
isSetRelativeGMLGeometry
public boolean isSetRelativeGMLGeometry()
-
isSetTransformationMatrix
public boolean isSetTransformationMatrix()
-
setLibraryObject
public void setLibraryObject(java.lang.String libraryObject)
-
setMimeType
public void setMimeType(Code mimeType)
-
setReferencePoint
public void setReferencePoint(PointProperty referencePoint)
-
setRelativeGeometry
public void setRelativeGeometry(GeometryProperty<? extends AbstractGeometry> relativeGeometry)
-
setTransformationMatrix
public void setTransformationMatrix(TransformationMatrix4x4 transformationMatrix)
-
unsetLibraryObject
public void unsetLibraryObject()
-
unsetMimeType
public void unsetMimeType()
-
unsetReferencePoint
public void unsetReferencePoint()
-
unsetRelativeGMLGeometry
public void unsetRelativeGMLGeometry()
-
unsetTransformationMatrix
public void unsetTransformationMatrix()
-
calcBoundingBox
public BoundingBox calcBoundingBox(BoundingBoxOptions options)
-
getCityGMLClass
public CityGMLClass getCityGMLClass()
- Specified by:
getCityGMLClass
in interfaceCityGML
-
copy
public java.lang.Object copy(CopyBuilder copyBuilder)
-
copyTo
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
- Specified by:
copyTo
in interfaceCopyable
- Overrides:
copyTo
in classAbstractGML
-
accept
public void accept(GMLVisitor visitor)
- Specified by:
accept
in classAbstractGML
-
accept
public <T> T accept(GMLFunctor<T> visitor)
- Specified by:
accept
in classAbstractGML
-
-