Uses of Class
net.opengis.iso19139.gmx.v_20070417.DatumAltPropertyType
-
Packages that use DatumAltPropertyType Package Description net.opengis.iso19139.gmx.v_20070417 -
-
Uses of DatumAltPropertyType in net.opengis.iso19139.gmx.v_20070417
Fields in net.opengis.iso19139.gmx.v_20070417 with type parameters of type DatumAltPropertyType Modifier and Type Field Description protected List<DatumAltPropertyType>MLEngineeringDatumType. alternativeExpressionprotected List<DatumAltPropertyType>MLGeodeticDatumType. alternativeExpressionprotected List<DatumAltPropertyType>MLImageDatumType. alternativeExpressionprotected List<DatumAltPropertyType>MLTemporalDatumType. alternativeExpressionprotected List<DatumAltPropertyType>MLVerticalDatumType. alternativeExpressionMethods in net.opengis.iso19139.gmx.v_20070417 that return DatumAltPropertyType Modifier and Type Method Description DatumAltPropertyTypeObjectFactory. createDatumAltPropertyType()Create an instance ofDatumAltPropertyTypeDatumAltPropertyTypeDatumAltPropertyType. withActuate(org.hisrc.w3c.xlink.v_1_0.ActuateType value)DatumAltPropertyTypeDatumAltPropertyType. withArcrole(String value)DatumAltPropertyTypeDatumAltPropertyType. withDatumAlt(DatumAltType value)DatumAltPropertyTypeDatumAltPropertyType. withHref(String value)DatumAltPropertyTypeDatumAltPropertyType. withNilReason(String... values)DatumAltPropertyTypeDatumAltPropertyType. withNilReason(Collection<String> values)DatumAltPropertyTypeDatumAltPropertyType. withNilReason(List<String> value)DatumAltPropertyTypeDatumAltPropertyType. withRole(String value)DatumAltPropertyTypeDatumAltPropertyType. withShow(org.hisrc.w3c.xlink.v_1_0.ShowType value)DatumAltPropertyTypeDatumAltPropertyType. withTitle(String value)DatumAltPropertyTypeDatumAltPropertyType. withTYPE(org.hisrc.w3c.xlink.v_1_0.TypeType value)DatumAltPropertyTypeDatumAltPropertyType. withUuidref(String value)Methods in net.opengis.iso19139.gmx.v_20070417 that return types with arguments of type DatumAltPropertyType Modifier and Type Method Description List<DatumAltPropertyType>MLEngineeringDatumType. getAlternativeExpression()Gets the value of the alternativeExpression property.List<DatumAltPropertyType>MLGeodeticDatumType. getAlternativeExpression()Gets the value of the alternativeExpression property.List<DatumAltPropertyType>MLImageDatumType. getAlternativeExpression()Gets the value of the alternativeExpression property.List<DatumAltPropertyType>MLTemporalDatumType. getAlternativeExpression()Gets the value of the alternativeExpression property.List<DatumAltPropertyType>MLVerticalDatumType. getAlternativeExpression()Gets the value of the alternativeExpression property.Methods in net.opengis.iso19139.gmx.v_20070417 with parameters of type DatumAltPropertyType Modifier and Type Method Description MLEngineeringDatumTypeMLEngineeringDatumType. withAlternativeExpression(DatumAltPropertyType... values)MLGeodeticDatumTypeMLGeodeticDatumType. withAlternativeExpression(DatumAltPropertyType... values)MLImageDatumTypeMLImageDatumType. withAlternativeExpression(DatumAltPropertyType... values)MLTemporalDatumTypeMLTemporalDatumType. withAlternativeExpression(DatumAltPropertyType... values)MLVerticalDatumTypeMLVerticalDatumType. withAlternativeExpression(DatumAltPropertyType... values)Constructor parameters in net.opengis.iso19139.gmx.v_20070417 with type arguments of type DatumAltPropertyType Constructor Description MLEngineeringDatumType(List<DatumAltPropertyType> alternativeExpression)Fully-initialising value constructorMLGeodeticDatumType(List<DatumAltPropertyType> alternativeExpression)Fully-initialising value constructorMLImageDatumType(List<DatumAltPropertyType> alternativeExpression)Fully-initialising value constructorMLTemporalDatumType(List<DatumAltPropertyType> alternativeExpression)Fully-initialising value constructorMLVerticalDatumType(List<DatumAltPropertyType> alternativeExpression)Fully-initialising value constructor
-