org.citygml4j.model.gml.geometry.primitives
Interface OrientableCurve
- All Superinterfaces:
- AbstractCurve, AbstractGeometricPrimitive, AbstractGeometry, AbstractGML, Associable, Child, Copyable, GML, ModelObject, SRSInformationGroup, SRSReferenceGroup, StandardObjectProperties
- All Known Implementing Classes:
- OrientableCurveImpl
public interface OrientableCurve
- extends AbstractCurve
Methods inherited from interface org.citygml4j.model.gml.GML |
getGMLClass |
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 |
Methods inherited from interface org.citygml4j.model.gml.geometry.SRSInformationGroup |
addAxisLabel, addUomLabel, getAxisLabels, getUomLabels, isSetAxisLabels, isSetUomLabels, setAxisLabels, setUomLabels, unsetAxisLabels, unsetAxisLabels, unsetUomLabels, unsetUomLabels |
Methods inherited from interface org.citygml4j.model.gml.GML |
getGMLClass |
getOrientation
java.lang.String getOrientation()
getBaseCurve
CurveProperty getBaseCurve()
isSetOrientation
boolean isSetOrientation()
isSetBaseCurve
boolean isSetBaseCurve()
setOrientation
void setOrientation(java.lang.String orientation)
setBaseCurve
void setBaseCurve(CurveProperty baseCurve)
unsetOrientation
void unsetOrientation()
unsetBaseCurve
void unsetBaseCurve()