Uses of Class
net.opengis.iso19139.gco.v_20070417.DistancePropertyType
-
Packages that use DistancePropertyType Package Description net.opengis.iso19139.gco.v_20070417 net.opengis.iso19139.gmd.v_20070417 -
-
Uses of DistancePropertyType in net.opengis.iso19139.gco.v_20070417
Methods in net.opengis.iso19139.gco.v_20070417 that return DistancePropertyType Modifier and Type Method Description DistancePropertyTypeObjectFactory. createDistancePropertyType()Create an instance ofDistancePropertyTypeDistancePropertyTypeDistancePropertyType. withDistance(LengthType value)DistancePropertyTypeDistancePropertyType. withNilReason(String... values)DistancePropertyTypeDistancePropertyType. withNilReason(Collection<String> values)DistancePropertyTypeDistancePropertyType. withNilReason(List<String> value) -
Uses of DistancePropertyType in net.opengis.iso19139.gmd.v_20070417
Fields in net.opengis.iso19139.gmd.v_20070417 declared as DistancePropertyType Modifier and Type Field Description protected DistancePropertyTypeMDResolutionType. distanceMethods in net.opengis.iso19139.gmd.v_20070417 that return DistancePropertyType Modifier and Type Method Description DistancePropertyTypeMDResolutionType. getDistance()Gets the value of the distance property.Methods in net.opengis.iso19139.gmd.v_20070417 with parameters of type DistancePropertyType Modifier and Type Method Description voidMDResolutionType. setDistance(DistancePropertyType value)Sets the value of the distance property.MDResolutionTypeMDResolutionType. withDistance(DistancePropertyType value)Constructors in net.opengis.iso19139.gmd.v_20070417 with parameters of type DistancePropertyType Constructor Description MDResolutionType(MDRepresentativeFractionPropertyType equivalentScale, DistancePropertyType distance)Fully-initialising value constructor
-