Uses of Class
com.luciad.format.s57.TLcdS57Edge
Packages that use TLcdS57Edge
-
Uses of TLcdS57Edge in com.luciad.format.s57
Methods in com.luciad.format.s57 that return TLcdS57EdgeModifier and TypeMethodDescriptionTLcdS57Area.getEdge
(int aIndex) Deprecated.Iterating over the faces and their edges is more performant.TLcdS57Face.getEdge
(int aIndex) Returns the edge that is part of this area, at the given index.TLcdS57Line.getEdge
(int aIndex) Returns the edge that is part of this line, at the given index.Constructors in com.luciad.format.s57 with parameters of type TLcdS57EdgeModifierConstructorDescriptionTLcdS57Face
(int aFaceId, TLcdS57Edge[] aEdges, int[] aEdgeOrientations, int[] aEdgeUsages, int[] aEdgeMasks) Creates a new S-57 Face geometry with the specified properties.TLcdS57Line
(TLcdS57FeatureObject aFeatureObject, TLcdS57Edge[] aEdges, int[] aEdgeOrientations, int[] aEdgeUsages, int[] aEdgeMasks) Creates a new S-57 Line feature with the specified properties.