Uses of Interface
com.luciad.format.gml3.model.measures.ILcdGML3Angle
Packages that use ILcdGML3Angle
Package
Description
Contains domain model interfaces for the GML3 geometry schema.
-
Uses of ILcdGML3Angle in com.luciad.format.gml3.model.geometry
Methods in com.luciad.format.gml3.model.geometry that return ILcdGML3AngleModifier 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.Methods in com.luciad.format.gml3.model.geometry with parameters of type ILcdGML3AngleModifier 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.