Uses of Class
com.luciad.format.s57.TLcdS57Edge
-
Uses of TLcdS57Edge in com.luciad.format.s57
Modifier 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.ModifierConstructorDescriptionTLcdS57Face
(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.