org.citygml4j.model.citygml.core
Interface ImplicitGeometry
- All Superinterfaces:
- AbstractGML, Associable, Child, CityGML, Copyable, CoreModuleComponent, GML, ModelObject, StandardObjectProperties
- All Known Implementing Classes:
- ImplicitGeometryImpl
public interface ImplicitGeometry
- extends CoreModuleComponent, AbstractGML
Methods inherited from interface org.citygml4j.model.gml.base.StandardObjectProperties |
addMetaDataProperty, addName, getDescription, getMetaDataProperty, getName, isSetDescription, isSetMetaDataProperty, isSetName, setDescription, setMetaDataProperty, setName, unsetDescription, unsetMetaDataProperty, unsetMetaDataProperty, unsetName, unsetName |
Methods inherited from interface org.citygml4j.model.gml.GML |
getGMLClass |
getMimeType
java.lang.String getMimeType()
getTransformationMatrix
TransformationMatrix4x4 getTransformationMatrix()
getLibraryObject
java.lang.String getLibraryObject()
getRelativeGMLGeometry
GeometryProperty<? extends AbstractGeometry> getRelativeGMLGeometry()
getReferencePoint
PointProperty getReferencePoint()
isSetMimeType
boolean isSetMimeType()
isSetTransformationMatrix
boolean isSetTransformationMatrix()
isSetLibraryObject
boolean isSetLibraryObject()
isSetRelativeGMLGeometry
boolean isSetRelativeGMLGeometry()
isSetReferencePoint
boolean isSetReferencePoint()
setMimeType
void setMimeType(java.lang.String mimeType)
setTransformationMatrix
void setTransformationMatrix(TransformationMatrix4x4 transformationMatrix)
setLibraryObject
void setLibraryObject(java.lang.String libraryObject)
setRelativeGeometry
void setRelativeGeometry(GeometryProperty<? extends AbstractGeometry> relativeGeometry)
setReferencePoint
void setReferencePoint(PointProperty referencePoint)
unsetMimeType
void unsetMimeType()
unsetTransformationMatrix
void unsetTransformationMatrix()
unsetLibraryObject
void unsetLibraryObject()
unsetRelativeGMLGeometry
void unsetRelativeGMLGeometry()
unsetReferencePoint
void unsetReferencePoint()