Uses of Interface
com.luciad.format.gml3.model.measures.ILcdGML3Angle
Package
Description
Contains domain model interfaces for the GML3 geometry schema.
-
Uses of ILcdGML3Angle in com.luciad.format.gml3.model.geometry
Modifier and TypeMethodDescriptionILcdGML3ArcByCenterPoint.getArcEndAngle()
Deprecated.Returns the bearing of the arc at the end.ILcdGML3ArcByCenterPoint.getArcStartAngle()
Deprecated.Returns the bearing of the arc at the start.Modifier and TypeMethodDescriptionvoid
ILcdGML3ArcByCenterPoint.setArcEndAngle
(ILcdGML3Angle aAngle) Deprecated.Sets the bearing of the arc at the end.void
ILcdGML3ArcByCenterPoint.setArcStartAngle
(ILcdGML3Angle aAngle) Deprecated.Sets the bearing of the arc at the start.