Uses of Class
nl.b3p.csw.jaxb.gml.LineStringSegmentArrayPropertyType
-
Packages that use LineStringSegmentArrayPropertyType Package Description nl.b3p.csw.jaxb.gml -
-
Uses of LineStringSegmentArrayPropertyType in nl.b3p.csw.jaxb.gml
Fields in nl.b3p.csw.jaxb.gml with type parameters of type LineStringSegmentArrayPropertyType Modifier and Type Field Description protected List<LineStringSegmentArrayPropertyType>TinType. breakLinesprotected List<LineStringSegmentArrayPropertyType>TinType. stopLinesMethods in nl.b3p.csw.jaxb.gml that return LineStringSegmentArrayPropertyType Modifier and Type Method Description LineStringSegmentArrayPropertyTypeObjectFactory. createLineStringSegmentArrayPropertyType()Create an instance ofLineStringSegmentArrayPropertyTypeMethods in nl.b3p.csw.jaxb.gml that return types with arguments of type LineStringSegmentArrayPropertyType Modifier and Type Method Description List<LineStringSegmentArrayPropertyType>TinType. getBreakLines()Gets the value of the breakLines property.List<LineStringSegmentArrayPropertyType>TinType. getStopLines()Gets the value of the stopLines property.
-