Uses of Class
net.opengis.sampling.x10.LocationPropertyType.UnionSemantics.Enum
-
Packages that use LocationPropertyType.UnionSemantics.Enum Package Description net.opengis.sampling.x10 net.opengis.sampling.x10.impl -
-
Uses of LocationPropertyType.UnionSemantics.Enum in net.opengis.sampling.x10
Fields in net.opengis.sampling.x10 declared as LocationPropertyType.UnionSemantics.Enum Modifier and Type Field Description static LocationPropertyType.UnionSemantics.EnumLocationPropertyType.UnionSemantics. GEOMETRY_LOCATIONstatic LocationPropertyType.UnionSemantics.EnumLocationPropertyType.UnionSemantics. NAME_LOCATIONMethods in net.opengis.sampling.x10 that return LocationPropertyType.UnionSemantics.Enum Modifier and Type Method Description static LocationPropertyType.UnionSemantics.EnumLocationPropertyType.UnionSemantics.Enum. forInt(int i)Returns the enum value corresponding to an int, or null if none.static LocationPropertyType.UnionSemantics.EnumLocationPropertyType.UnionSemantics.Enum. forString(String s)Returns the enum value for a string, or null if none.LocationPropertyType.UnionSemantics.EnumLocationPropertyType. getUnionSemantics()Gets the "unionSemantics" attributeMethods in net.opengis.sampling.x10 with parameters of type LocationPropertyType.UnionSemantics.Enum Modifier and Type Method Description voidLocationPropertyType. setUnionSemantics(LocationPropertyType.UnionSemantics.Enum unionSemantics)Sets the "unionSemantics" attribute -
Uses of LocationPropertyType.UnionSemantics.Enum in net.opengis.sampling.x10.impl
Methods in net.opengis.sampling.x10.impl that return LocationPropertyType.UnionSemantics.Enum Modifier and Type Method Description LocationPropertyType.UnionSemantics.EnumLocationPropertyTypeImpl. getUnionSemantics()Gets the "unionSemantics" attributeMethods in net.opengis.sampling.x10.impl with parameters of type LocationPropertyType.UnionSemantics.Enum Modifier and Type Method Description voidLocationPropertyTypeImpl. setUnionSemantics(LocationPropertyType.UnionSemantics.Enum unionSemantics)Sets the "unionSemantics" attribute
-